Skip to content
Snippets Groups Projects
Commit 533d630d authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

*fixed segfault (affects all flavors) where creating an expr object with more...

*fixed segfault (affects all flavors) where creating an expr object with more than MAX_VARS variables (currently set to 9) crashed pd when freeing the object. Example: create [expr 1;2;3;4;5;6;7;8;9;10] as opposed to [expr 1;2;3;4;5;6;7;8;9]. Former crashes when being freed (destroyed), while latter doesn't.
parent 43a2cb9d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment