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

sequences.

This commit should be included in 2.70 release
This commit is contained in:
Antonis Ryakiotakis 2014-03-13 19:55:19 +02:00
parent 82333049b9
commit 4080673ea7
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}