Skip to content
Snippets Groups Projects
Commit 4080673e authored by Antony Riakiotakis's avatar Antony Riakiotakis
Browse files

Fix bug 1 of T39156: Deadlock while undoing paint operations on image

sequences.

This commit should be included in 2.70 release
parent 82333049
Branches
Tags
No related merge requests found
......@@ -3620,6 +3620,7 @@ ImBuf *BKE_image_get_ibuf_with_name(Image *image, const char *name)
IMB_refImBuf(ibuf);
break;
}
IMB_moviecacheIter_step(iter);
}
IMB_moviecacheIter_free(iter);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment