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>2015-06-17 09:04:29 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-06-17 09:05:01 +0300
commita1c6b73de7c93a5320b274f58e3e1a73e03e7389 (patch)
tree287dd30d8769f5751b582c923eaad336ccdfabd2 /source/blender/editors/space_image
parent5b833de521f26c6f4af2e852ccf420f3661fb02a (diff)
Fix leak getting image frame-range from filesel
Diffstat (limited to 'source/blender/editors/space_image')
-rw-r--r--source/blender/editors/space_image/image_ops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_image/image_ops.c b/source/blender/editors/space_image/image_ops.c
index 8c840c0f6b5..b76cf4e61f4 100644
--- a/source/blender/editors/space_image/image_ops.c
+++ b/source/blender/editors/space_image/image_ops.c
@@ -1016,6 +1016,7 @@ static void image_sequence_get_frames(PointerRNA *ptr, ListBase *frames, char *p
}
else {
/* different file base name found, is ignored */
+ MEM_freeN(filename);
MEM_freeN(frame);
break;
}