diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-07-18 02:51:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-07-18 02:51:48 +0300 |
commit | af90f5ef81c95cdec378377c3100a4417e0a1708 (patch) | |
tree | a700421e464e790216580e550decf42956ad5de6 /src/client.cpp | |
parent | f6eb325bae9ae993c59bd0b282aef8707c7409f7 (diff) | |
download | plus-af90f5ef81c95cdec378377c3100a4417e0a1708.tar.gz plus-af90f5ef81c95cdec378377c3100a4417e0a1708.tar.bz2 plus-af90f5ef81c95cdec378377c3100a4417e0a1708.tar.xz plus-af90f5ef81c95cdec378377c3100a4417e0a1708.zip |
Fix some missing initialisations and memory leakss.
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp index 7f6e37aa1..5a06267f2 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -659,6 +659,9 @@ Client::~Client() ActorSprite::unload(); + delete SpriteReference::Empty; + SpriteReference::Empty = 0; + ResourceManager::deleteInstance(); logger->log1("Quitting8"); |