diff options
author | Ira Rice <irarice@gmail.com> | 2008-12-03 16:21:37 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2008-12-03 16:21:37 -0700 |
commit | f0f505df6f760cecfa2ed4652707c2e0ca865d0c (patch) | |
tree | f7b35ae626811cd6ead3c031746a9fbb5c6703a2 /src/main.cpp | |
parent | 7be899102cf28c0e94f17a448968ee4ca2430701 (diff) | |
download | mana-f0f505df6f760cecfa2ed4652707c2e0ca865d0c.tar.gz mana-f0f505df6f760cecfa2ed4652707c2e0ca865d0c.tar.bz2 mana-f0f505df6f760cecfa2ed4652707c2e0ca865d0c.tar.xz mana-f0f505df6f760cecfa2ed4652707c2e0ca865d0c.zip |
Fixed pointer deletion so that the setup window doesn't get double
deleted.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index a8ed0651..1d4c01d9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1024,8 +1024,6 @@ int main(int argc, char *argv[]) #endif delete progressBar; delete progressLabel; - delete setup; - delete setupWindow; delete network; SDLNet_Quit(); |