Fix #31117: Segfault when removing Meshdeform Modifier

This commit is contained in:
Sergey Sharybin 2012-04-28 09:32:55 +00:00
parent 5a860b840d
commit 54911f52d8

@ -1343,6 +1343,7 @@ static int meshdeform_bind_exec(bContext *C, wmOperator *op)
mmd->bindcagecos= NULL;
mmd->dyngrid= NULL;
mmd->dyninfluences= NULL;
mmd->bindinfluences= NULL;
mmd->bindoffsets= NULL;
mmd->dynverts= NULL;
mmd->bindweights= NULL; /* deprecated */