diff options
Diffstat (limited to 'src/maplayer.cpp')
-rw-r--r-- | src/maplayer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/maplayer.cpp b/src/maplayer.cpp index 84514cdaa..1f8278304 100644 --- a/src/maplayer.cpp +++ b/src/maplayer.cpp @@ -64,6 +64,7 @@ MapLayer::MapLayer(const int x, const int y, const int width, const int height, MapLayer::~MapLayer() { config.removeListener("highlightAttackRange", this); + CHECKLISTENERS delete [] mTiles; delete_all(mTempRows); mTempRows.clear(); |