Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-09-21 17:03:51 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-09-21 17:06:17 +0300
commit33955231f326c972dfd96486beb66f58831b59a3 (patch)
tree6ae166d4dd0b6e6c6e3d828e14b26ff8252a7fa8
parenta25cd206c6b2b84373a4dad218641b8a2da42b78 (diff)
Fix T91458: Displaying dope-sheet with sequencer keyframes crashes
Error in e6194e735791b42feb51e810a4910a41d999d3bf.
-rw-r--r--source/blender/editors/animation/anim_deps.c2
1 files changed, 0 insertions, 2 deletions
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;
}