[Bf-blender-cvs] [e7bf9301ac6] studio-sprite-fright: Fix T91458: Displaying dope-sheet with sequencer keyframes crashes

Campbell Barton noreply at git.blender.org
Wed Sep 29 18:13:51 CEST 2021


Commit: e7bf9301ac6f74cdcb03323bdce9859b285b5920
Author: Campbell Barton
Date:   Wed Sep 22 00:03:51 2021 +1000
Branches: studio-sprite-fright
https://developer.blender.org/rBe7bf9301ac6f74cdcb03323bdce9859b285b5920

Fix T91458: Displaying dope-sheet with sequencer keyframes crashes

Error in e6194e735791b42feb51e810a4910a41d999d3bf.

===================================================================

M	source/blender/editors/animation/anim_deps.c

===================================================================

diff --git a/source/blender/editors/animation/anim_deps.c b/source/blender/editors/animation/anim_deps.c
index 97679723d84..088de80bb65 100644
--- a/source/blender/editors/animation/anim_deps.c
+++ b/source/blender/editors/animation/anim_deps.c
@@ -217,8 +217,6 @@ static void animchan_sync_fcurve_scene(bAnimListElem *ale)
   /* Check if this strip is selected. */
   Editing *ed = SEQ_editing_get(scene);
   seq = SEQ_get_sequence_by_name(ed->seqbasep, seq_name, false);
-  MEM_freeN(seq_name);
-
   if (seq == NULL) {
     return;
   }



More information about the Bf-blender-cvs mailing list