Cycles: fix crash splitting/joining properties editor.

This commit is contained in:
Brecht Van Lommel
2011-06-10 12:45:11 +00:00
parent c5e63925db
commit d06242ac71

View File

@@ -135,6 +135,7 @@ static SpaceLink *buttons_duplicate(SpaceLink *sl)
/* clear or remove stuff from old */
sbutsn->ri= NULL;
sbutsn->path= NULL;
sbutsn->texuser= NULL;
return (SpaceLink *)sbutsn;
}