Fix small memory leak

This commit is contained in:
heckflosse
2017-06-07 23:11:06 +02:00
parent 5e5affa585
commit a64421fb91
2 changed files with 4 additions and 2 deletions

View File

@@ -42,6 +42,7 @@ private:
RTImage *profileFillModeOffImage;
Gtk::ToggleButton* fillMode;
Gtk::TreeIter currRow;
ProfileStoreEntry *lastSavedPSE;
void profileFillModeToggled ();
bool isCustomSelected ();