Fix some valgrind issues

This commit is contained in:
heckflosse
2017-06-24 16:38:34 +02:00
parent 2579e3f6ac
commit 159ddf2d7a
10 changed files with 4 additions and 100 deletions

View File

@@ -88,10 +88,6 @@ ExifPanel::ExifPanel () : idata(nullptr)
pack_start (*scrolledWindow);
Gtk::Grid* buttons = Gtk::manage(new Gtk::Grid());
buttons->set_row_homogeneous(true);
buttons->set_column_homogeneous(true);
setExpandAlignProperties(buttons, false, false, Gtk::ALIGN_CENTER, Gtk::ALIGN_CENTER);
Gtk::Grid* buttons1 = Gtk::manage(new Gtk::Grid());
buttons1->set_row_homogeneous(true);
buttons1->set_column_homogeneous(true);