Fix for Bugfix #4797

In revision 1.13 of pipeline.c a 'return' was added in middle of function,
skipping the free Imbuf.
This commit is contained in:
Ton Roosendaal
2006-08-08 12:56:44 +00:00
parent 97e259a827
commit fde5381a94

View File

@@ -1948,8 +1948,6 @@ static void do_write_image_or_movie(Render *re, Scene *scene, bMovieHandle *mh)
if(ok==0) {
printf("Render error: cannot save %s\n", name);
G.afbreek=1;
IMB_freeImBuf(ibuf);
return;
}
else printf("Saved: %s", name);