mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fixed several memory leaks
This commit is contained in:
parent
3ea0943f64
commit
1577f41653
7 changed files with 13 additions and 15 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue