Fixes small memory leaks

This commit is contained in:
heckflosse
2017-06-07 23:40:03 +02:00
parent a64421fb91
commit a24e8475f6
2 changed files with 14 additions and 2 deletions

View File

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