Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
-
Windows
Description
On Windows 'axutil_thread_once_init' don't initialize control struct so value may have random value and 'axutil_thread_once' never calls parameter function.
We must add :
if (control)
{ control->value = 0; }