NumPower / numpower

PHP extension for efficient scientific computing and array manipulation with GPU support
https://numpower.org
Other
185 stars 4 forks source link

hotfix: reshape leaking memory #36

Closed henrique-borba closed 1 year ago

henrique-borba commented 1 year ago

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

NDArray_Reshape is ovewriting the data pointer of NDArray_Empty but not freeing the previous allocated one.