Fix for segfault when building proxies in Sequencer.

This commit is contained in:
Bastien Montagne
2012-03-26 14:10:15 +00:00
parent cc1ebaf496
commit 3a33110732

View File

@@ -245,6 +245,9 @@ void IMB_close_anim(struct anim * anim)
void IMB_close_anim_proxies(struct anim *anim)
{
if (anim == NULL)
return;
IMB_free_indices(anim);
}