Skip to content
Snippets Groups Projects
Commit 33368ba1 authored by deuce's avatar deuce
Browse files

Only add exit_crypt() to atexit() one time!

parent 51173f34
Branches
Tags
No related merge requests found
......@@ -1586,7 +1586,6 @@ int main(int argc, char **argv)
if(WSAInitialized && WSACleanup()!=0)
fprintf(stderr,"!WSACleanup ERROR %d",ERROR_VALUE);
#endif
atexit(exit_crypt);
return(0);
USAGE:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment