diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/main.cpp b/common/main.cpp index 2941f2cf79..7a847f5770 100644 --- a/common/main.cpp +++ b/common/main.cpp @@ -238,7 +238,6 @@ int main(int argc, char *argv[]) { // ...and quit (the return 0 should never be reached) system->quit(); delete system; - free((void *)version_settings); // allocated in GameDetector return 0; } |