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
No related branches found
No related tags found
No related merge requests found
...@@ -3620,6 +3620,7 @@ ImBuf *BKE_image_get_ibuf_with_name(Image *image, const char *name) ...@@ -3620,6 +3620,7 @@ ImBuf *BKE_image_get_ibuf_with_name(Image *image, const char *name)
IMB_refImBuf(ibuf); IMB_refImBuf(ibuf);
break; break;
} }
IMB_moviecacheIter_step(iter);
} }
IMB_moviecacheIter_free(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