Fix some memory leaks, kudos to Alberto

This commit is contained in:
heckflosse
2017-07-01 11:47:43 +02:00
parent 3281332b8e
commit 3459676326
3 changed files with 4 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ private:
MyComboBoxText* onames;
sigc::connection onamesconn;
PopUpButton* ointent;
std::unique_ptr<PopUpButton> ointent;
sigc::connection ointentconn;
Gtk::RadioButton* iunchanged;
MyFileChooserButton* ipDialog;