Merge branch 'blender-v4.3-release'

This commit is contained in:
Campbell Barton
2024-10-31 18:52:12 +11:00

View File

@@ -1285,7 +1285,7 @@ static Image *image_open_single(Main *bmain,
if (!ima) {
if (op->customdata) {
MEM_freeN(op->customdata);
MEM_delete(static_cast<ImageOpenData *>(op->customdata));
}
BKE_reportf(op->reports,
RPT_ERROR,