Skip to content

Commit b407bf8

Browse files
Remove explicit clear to fix #1996 (#2074)
I'm pretty sure this isn't necessary anyways, but might be wrong. If we get leaked instances again (there is HUNDREDS of leaked StringNames all the time anyways), I will find a different solution.
1 parent 189a0fa commit b407bf8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

addons/dialogic/Editor/TimelineEditor/VisualEditor/timeline_editor_visual.gd

-9
Original file line numberDiff line numberDiff line change
@@ -245,15 +245,6 @@ func load_event_buttons() -> void:
245245
#endregion
246246

247247

248-
#region CLEANUP
249-
################################################################################
250-
251-
func _exit_tree() -> void:
252-
# Explicitly free any open cache resources on close, so we don't get leaked resource errors on shutdown
253-
clear_timeline_nodes()
254-
#endregion
255-
256-
257248
#region CONTENT LIST
258249
################################################################################
259250

0 commit comments

Comments
 (0)