Fixed several memory leaks

This commit is contained in:
Wilson E. Alvarez 2017-08-24 12:51:28 -04:00
parent 3ea0943f64
commit 1577f41653
7 changed files with 13 additions and 15 deletions

View file

@ -591,6 +591,9 @@ ScriptCreateDialog::ScriptCreateDialog() {
hb->add_child(vb);
hb->add_child(empty_v->duplicate());
memdelete(empty_h);
memdelete(empty_v);
add_child(hb);
/* Language */