wdas / SeExpr

SeExpr is an embeddable, arithmetic expression language that enables flexible artistic control and customization in creating computer graphics images. Example uses include procedural geometry synthesis, image synthesis, simulation control, crowd animation, and geometry deformation. https://wdas.github.io/SeExpr
https://www.disneyanimation.com/open-source/seexpr/
Other
405 stars 86 forks source link

Function user data leak #75

Closed ix-dcourtois closed 7 years ago

ix-dcourtois commented 7 years ago

Here is a proposition to fix user data leaks when returning new data in a ExprFuncSimple::evalConstant call.

ix-dcourtois commented 7 years ago

Hmmm, another commit got mixed up here, sorry for that, closing until I fix this