[mapserver-commits] [mapserver/mapserver] 403f11: Remove atexit() call on Win32 code path that cause...
GitHub
noreply at github.com
Mon Oct 20 03:35:49 PDT 2014
Branch: refs/heads/master
Home: https://github.com/mapserver/mapserver
Commit: 403f1100da19d302dae1cc869ce25915e10749a6
https://github.com/mapserver/mapserver/commit/403f1100da19d302dae1cc869ce25915e10749a6
Author: Even Rouault <even.rouault at mines-paris.org>
Date: 2014-10-19 (Sun, 19 Oct 2014)
Changed paths:
M mapserv.c
Log Message:
-----------
Remove atexit() call on Win32 code path that cause crashes on mapserv
Reported on http://lists.osgeo.org/pipermail/mapserver-dev/2014-October/014269.html
The cleanup done by the atexit() callback is redundant with the one done
by msCleanup(0) at the end of the main().
More information about the mapserver-commits
mailing list