Skip to content

Commit fa39c6f

Browse files
committed
Remove umfTearDown call on windows
1 parent 19c67d1 commit fa39c6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libumf_windows.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ BOOL CALLBACK initOnceCb(PINIT_ONCE InitOnce, PVOID Parameter,
4040
(void)lpContext; // unused
4141

4242
int ret = umfInit();
43-
atexit(umfTearDown);
4443
return (ret == 0) ? TRUE : FALSE;
4544
}
4645

0 commit comments

Comments
 (0)