Closed bloomen closed 1 year ago
This makes the freeing code equivalent to how libsvm does it.
free
Note that free does not require a NULL check as it is a no-op if the given pointer is NULL.
signed off on your behalf in our internal git repository. Will appear here in the next release soon. Thanks
This makes the
free
ing code equivalent to how libsvm does it.Note that
free
does not require a NULL check as it is a no-op if the given pointer is NULL.