Fix crash when opening a Blender file containing Alembic data.

Was also affecting object linking.
This commit is contained in:
2016-12-07 23:01:51 +01:00
parent a63108efb1
commit 62a2ed97ba
3 changed files with 6 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ static void freeData(ModifierData *md)
#ifdef WITH_ALEMBIC
CacheReader_free(mcmd->reader);
#endif
mcmd->reader = NULL;
}
}