summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/being.cpp b/src/being.cpp
index 5fa18337..2f7debfd 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -103,6 +103,8 @@ Being::~Being()
emotionSet->decRef();
emotionSet = NULL;
}
+
+ delete mSpeechBubble;
}
void Being::setPositionInPixels(int x, int y)