Merge branch 'blender-v2.91-release'

This commit is contained in:
Campbell Barton 2020-11-13 11:37:47 +11:00
commit 4eb57d00bb
1 changed files with 1 additions and 0 deletions

View File

@ -408,6 +408,7 @@ bool imb_savepng(struct ImBuf *ibuf, const char *filepath, int flags)
if (pixels16) {
MEM_freeN(pixels16);
}
MEM_freeN(row_pointers);
printf("imb_savepng: Cannot open file for writing: '%s'\n", filepath);
return 0;
}