mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
fix video-export-dialog memleak/assert
This commit is contained in:
parent
a122542597
commit
e6ccbc024c
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue