summaryrefslogtreecommitdiff
path: root/src/gui/gui.cpp
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-01-24 19:37:31 -0700
committerIra Rice <irarice@gmail.com>2009-01-24 19:37:31 -0700
commit2a8a230c7768b945f8c53fda15f3e8b184e7da80 (patch)
tree26746c579ea7b622f009cc487e119879b4853e51 /src/gui/gui.cpp
parent5c79b920eefb219f0dd4491b709af4f116d3a988 (diff)
downloadMana-2a8a230c7768b945f8c53fda15f3e8b184e7da80.tar.gz
Mana-2a8a230c7768b945f8c53fda15f3e8b184e7da80.tar.bz2
Mana-2a8a230c7768b945f8c53fda15f3e8b184e7da80.tar.xz
Mana-2a8a230c7768b945f8c53fda15f3e8b184e7da80.zip
Changed GM status updating to check whether asserting is allowed or not,
as well as adding in a missing delete. Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/gui.cpp')
-rw-r--r--src/gui/gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp
index fe8cae78..dda171e0 100644
--- a/src/gui/gui.cpp
+++ b/src/gui/gui.cpp
@@ -170,6 +170,7 @@ Gui::~Gui()
mMouseCursors->decRef();
delete mGuiFont;
+ delete boldFont;
delete viewport;
delete getTop();