You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUGFIX: Do not call af_create_handle for empty arrays
All the internal functions initialize an empty array first
and use the internal pointer to get the output af_array.
However this was not releasing the handle originally created.
This created a memory leak easily fixed by not creating a handle
when the array is empty.
0 commit comments