Merge n.6

Includes some memory leaks fixes, dcraw update
This commit is contained in:
ffsup2
2011-06-10 20:23:50 +02:00
13 changed files with 1027 additions and 1441 deletions

View File

@@ -61,6 +61,7 @@ PopUpCommon::~PopUpCommon () {
}
if (menu) delete menu;
if (buttonImage) delete buttonImage;
delete buttonGroup;
}
PopUpCommon::type_signal_changed PopUpCommon::signal_changed() {