changeset 51:cbb301016a4e

* oops... finishing what was started and not said with the other patch: fixing memory leaks
author thib
date Fri, 17 Apr 2009 18:40:39 +0000
parents 35ce1a30f3f9
children 15a18fbe6f21
files xlovesys.cc
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xlovesys.cc
+++ b/xlovesys.cc
@@ -134,7 +134,6 @@ int main(int argc, char *argv[]) {
 		printf("Unable to init SDL: %s\n", SDL_GetError());
 	        return 1;
 	}
-	atexit(SDL_Quit);
 
 	config.GetParam("#SCREENSIZE_MOD", 1, &screenmode);
 	if (screenmode == 1) {