diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-10 12:23:50 -0600 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-03-10 12:50:39 -0600 |
commit | cabb9735f2e31b9f1f64b2496e1775d54861da36 (patch) | |
tree | 6772eda38f08a77af7717c8f4747aab77061cfcf /src/main.cpp | |
parent | 75fc8e62d25ff1d39408588f76d95df4a9a7e663 (diff) | |
download | mana-cabb9735f2e31b9f1f64b2496e1775d54861da36.tar.gz mana-cabb9735f2e31b9f1f64b2496e1775d54861da36.tar.bz2 mana-cabb9735f2e31b9f1f64b2496e1775d54861da36.tar.xz mana-cabb9735f2e31b9f1f64b2496e1775d54861da36.zip |
Fix some mem leaks
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index a43544bc..f7468d84 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1015,6 +1015,7 @@ int main(int argc, char *argv[]) delete progressBar; delete progressLabel; delete setup; + delete setupWindow; progressBar = NULL; progressLabel = NULL; currentDialog = NULL; |