Free some arrays in iplocallab.cc

This commit is contained in:
Desmis
2019-11-10 17:47:51 +01:00
parent abb958fe8d
commit cbba21294d
2 changed files with 12 additions and 6 deletions

View File

@@ -381,13 +381,13 @@ ControlSpotPanel::ControlSpotPanel():
maskBox->pack_start(*deltae_);
maskBox->pack_start(*scopemask_);
// maskBox->pack_start(*shortc_);
Gtk::HSeparator *separator = Gtk::manage(new Gtk::HSeparator());
maskBox->pack_start(*separator, Gtk::PACK_SHRINK, 2);
// Gtk::HSeparator *separator = Gtk::manage(new Gtk::HSeparator());
// maskBox->pack_start(*separator, Gtk::PACK_SHRINK, 2);
// maskBox->pack_start(*ctboxmergemethod);
Gtk::HSeparator *separator1 = Gtk::manage(new Gtk::HSeparator());
maskBox->pack_start(*separator1, Gtk::PACK_SHRINK, 2);
// Gtk::HSeparator *separator1 = Gtk::manage(new Gtk::HSeparator());
// maskBox->pack_start(*separator1, Gtk::PACK_SHRINK, 2);
maskBox->pack_start(*lumask_);
// maskBox->pack_start(*savrest_);