Skip to content
Snippets Groups Projects
Forked from Jonathan Wilkes / purr-data
4323 commits behind the upstream repository.
Ivica Ico Bukvic's avatar
Ivica Bukvic authored
*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.
533d630d
History