use the destructor (which I had totally forgotten)
This commit is contained in:
parent
7948776d89
commit
ea3148949a
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ command interface /autopilot/route-manager/input:
|
||||||
|
|
||||||
<close>
|
<close>
|
||||||
removelistener(lst);
|
removelistener(lst);
|
||||||
file_selector.data.remove();
|
file_selector.del();
|
||||||
</close>
|
</close>
|
||||||
</nasal>
|
</nasal>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue