Fix T44463 - crash on "Full Sample"

This commit is contained in:
Dalai Felinto 2015-04-22 16:38:30 -03:00
parent 31f984bc3f
commit 4a8421faa4
Notes: blender-bot 2023-02-14 09:13:13 +01:00
Referenced by issue #44463, Crash on "Full Sample"
1 changed files with 1 additions and 1 deletions

View File

@ -2233,7 +2233,7 @@ static void do_merge_fullsample(Render *re, bNodeTree *ntree)
}
}
for (nr = 0, rv = re->result->views.first; rv; rv = rv->next, nr++) {
for (nr = 0, rv = rectfs->first; rv; rv = rv->next, nr++) {
rectf = rv->rectf;
/* ensure we get either composited result or the active layer */