13
0

fix video-export-dialog memleak/assert

This commit is contained in:
Robin Gareus 2015-03-24 01:32:32 +01:00
parent a122542597
commit e6ccbc024c

View File

@ -121,6 +121,7 @@ ExportVideoDialog::ExportVideoDialog ()
get_vbox()->pack_start (*vbox, false, false);
add_button (Stock::OK, RESPONSE_CANCEL);
show_all_children ();
delete _transcoder; _transcoder = 0;
return;
}
delete _transcoder; _transcoder = 0;