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
In the C bindings, the Output structs contain raw pointers to data arrays. How can we delete these arrays once we are done with them? I suspect this is causing a memory leak in some of our bigger problems.