We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78334c5 commit 10a7ff5Copy full SHA for 10a7ff5
src/utils/utils_windows_concurrency.c
@@ -48,5 +48,5 @@ static BOOL CALLBACK initOnceCb(PINIT_ONCE InitOnce, PVOID Parameter,
48
}
49
50
void util_init_once(UTIL_ONCE_FLAG *flag, void (*onceCb)(void)) {
51
- InitOnceExecuteOnce(flag, initOnceCb, (void *)&onceCb, NULL);
+ InitOnceExecuteOnce(flag, initOnceCb, (void *)onceCb, NULL);
52
0 commit comments