diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-12 02:11:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-12 02:11:25 +0300 |
commit | 4ddde5f4fa3f4b77c2ddf1d4848d06628d396842 (patch) | |
tree | 8653a426a81a23fccfdeea45c042d59a13691bbf /src/gui/widgets/icon.h | |
parent | 9ce9d5563195bf9d7d22356252f38bc95b247527 (diff) | |
download | plus-4ddde5f4fa3f4b77c2ddf1d4848d06628d396842.tar.gz plus-4ddde5f4fa3f4b77c2ddf1d4848d06628d396842.tar.bz2 plus-4ddde5f4fa3f4b77c2ddf1d4848d06628d396842.tar.xz plus-4ddde5f4fa3f4b77c2ddf1d4848d06628d396842.zip |
fix random rare crashes in npc and possible other windows.
Diffstat (limited to 'src/gui/widgets/icon.h')
-rw-r--r-- | src/gui/widgets/icon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/icon.h b/src/gui/widgets/icon.h index 4350c7b34..7d681dd8b 100644 --- a/src/gui/widgets/icon.h +++ b/src/gui/widgets/icon.h @@ -52,6 +52,8 @@ class Icon final : public gcn::Widget, A_DELETE_COPY(Icon) + ~Icon(); + /** * Gets the current Image. */ |