From f4e9a0c426d679d8e61a131f9434fb9763192729 Mon Sep 17 00:00:00 2001 From: cdemirer <41021322+cdemirer@users.noreply.github.com> Date: Fri, 6 Feb 2026 20:41:56 +0300 Subject: [PATCH] Fix double memdelete of dummy_player It's already deleted as a result of being part of the tree. (cherry picked from commit d68d42b6f54441e5792f28ed5d22e4fbcc8d5a8d) --- editor/animation/animation_player_editor_plugin.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/editor/animation/animation_player_editor_plugin.cpp b/editor/animation/animation_player_editor_plugin.cpp index 409b1b5ef9..302fdfeddf 100644 --- a/editor/animation/animation_player_editor_plugin.cpp +++ b/editor/animation/animation_player_editor_plugin.cpp @@ -2473,9 +2473,6 @@ AnimationPlayerEditorPlugin::AnimationPlayerEditorPlugin() { } AnimationPlayerEditorPlugin::~AnimationPlayerEditorPlugin() { - if (dummy_player) { - memdelete(dummy_player); - } } // AnimationTrackKeyEditEditorPlugin