Fix leak getting image frame-range from filesel

This commit is contained in:
Campbell Barton 2015-06-17 16:04:29 +10:00
parent 5b833de521
commit a1c6b73de7
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}