summaryrefslogtreecommitdiff
path: root/src/interface/SaveButton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface/SaveButton.cpp')
-rw-r--r--src/interface/SaveButton.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interface/SaveButton.cpp b/src/interface/SaveButton.cpp
index cf1c0f2..efbbccb 100644
--- a/src/interface/SaveButton.cpp
+++ b/src/interface/SaveButton.cpp
@@ -46,6 +46,8 @@ SaveButton::~SaveButton()
{
if(thumbnail)
delete thumbnail;
+ if(actionCallback)
+ delete actionCallback;
}
void SaveButton::Tick(float dt)