diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-07-30 01:51:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-07-30 01:51:12 +0300 |
commit | 4eeb20aae588b9c3d1c4ed4462306391e20e58fc (patch) | |
tree | 7adbdfe3f4eabf8eb1aaf24e3d1237abca1e2d18 /src/gui/widgets/tabs/setup_players.h | |
parent | 680907bf9095518b99799860d647756c1ee72545 (diff) | |
download | mv-4eeb20aae588b9c3d1c4ed4462306391e20e58fc.tar.gz mv-4eeb20aae588b9c3d1c4ed4462306391e20e58fc.tar.bz2 mv-4eeb20aae588b9c3d1c4ed4462306391e20e58fc.tar.xz mv-4eeb20aae588b9c3d1c4ed4462306391e20e58fc.zip |
Fix memory leak on exit.
Diffstat (limited to 'src/gui/widgets/tabs/setup_players.h')
-rw-r--r-- | src/gui/widgets/tabs/setup_players.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/tabs/setup_players.h b/src/gui/widgets/tabs/setup_players.h index 801839649..f8df9538f 100644 --- a/src/gui/widgets/tabs/setup_players.h +++ b/src/gui/widgets/tabs/setup_players.h @@ -32,6 +32,8 @@ class Setup_Players final : public SetupTabScroll public: explicit Setup_Players(const Widget2 *const widget); + ~Setup_Players(); + A_DELETE_COPY(Setup_Players) private: |