Fixed several memory leaks
This commit is contained in:
parent
3ea0943f64
commit
1577f41653
7 changed files with 13 additions and 15 deletions
|
|
@ -294,7 +294,6 @@ EditorHelpSearch::EditorHelpSearch() {
|
|||
VBoxContainer *vbc = memnew(VBoxContainer);
|
||||
add_child(vbc);
|
||||
|
||||
HBoxContainer *sb_hb = memnew(HBoxContainer);
|
||||
search_box = memnew(LineEdit);
|
||||
vbc->add_child(search_box);
|
||||
search_box->connect("text_changed", this, "_text_changed");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue