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 19c67d1 commit fa39c6fCopy full SHA for fa39c6f
src/libumf_windows.c
@@ -40,7 +40,6 @@ BOOL CALLBACK initOnceCb(PINIT_ONCE InitOnce, PVOID Parameter,
40
(void)lpContext; // unused
41
42
int ret = umfInit();
43
- atexit(umfTearDown);
44
return (ret == 0) ? TRUE : FALSE;
45
}
46
0 commit comments