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

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 */