[Bf-blender-cvs] [33955231f32] master: Fix T91458: Displaying dope-sheet with sequencer keyframes crashes

Campbell Barton noreply at git.blender.org
Tue Sep 21 16:10:20 CEST 2021


Commit: 33955231f326c972dfd96486beb66f58831b59a3
Author: Campbell Barton
Date:   Wed Sep 22 00:03:51 2021 +1000
Branches: master
https://developer.blender.org/rB33955231f326c972dfd96486beb66f58831b59a3

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