mirror of
https://github.com/Cantera/cantera.git
synced 2026-08-07 03:34:48 -05:00
Without these functions, it was impossible to use these classes without leaking memory. Even with these functions, the memory is released only when these functions are explicitly called, as old-style Matlab classes have no notion of a destructor. Fixes #252.