Commit 2bc307db authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Do run exit handlers, fix a few leaks

parent 59491dce
......@@ -247,8 +247,5 @@ out:
for (int i = 1; i < argc; i++)
LocaleFree (argv[i]);
/* Do not run exit handlers. Some of them are buggy (e.g. KDE IO scheduler)
* and crash. Also some will crash because their library may be already
* unloaded (dlclose()). */
_exit (0);
return 0;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment