You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fixed several memory leaks
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user