# HG changeset patch # User thib # Date 1239993639 0 # Node ID cbb301016a4ee559f90a4ea48589e54dd9b1d32a # Parent 35ce1a30f3f90e68ddc11459ab8f3c46f5dae71e * oops... finishing what was started and not said with the other patch: fixing memory leaks diff --git a/xlovesys.cc b/xlovesys.cc --- 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) {