aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJonathan Gray2003-08-21 14:58:47 +0000
committerJonathan Gray2003-08-21 14:58:47 +0000
commita51be5d39e0d69b835f476874c63433b85274baa (patch)
tree13d64ad2da6671018507692360df5194703f9703 /common
parentce42f4d3dd461ced69470ea70e4f840c8abfb246 (diff)
downloadscummvm-rg350-a51be5d39e0d69b835f476874c63433b85274baa.tar.gz
scummvm-rg350-a51be5d39e0d69b835f476874c63433b85274baa.tar.bz2
scummvm-rg350-a51be5d39e0d69b835f476874c63433b85274baa.zip
-Werror cleanup, don't try to free const variables...
svn-id: r9808
Diffstat (limited to 'common')
-rw-r--r--common/main.cpp1
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;
}