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
The bson_as_json C stub returns a char *. The documentation of BSon states that such strings/pointers must be deallocated with free(). However the pointer becomes owned by Idris when returning from the call to the C stub. As far as I see it, Idris doesn't free() the pointer.
The text was updated successfully, but these errors were encountered:
Thank you. I'm aware. I was experimenting and didn't pay much attention to that aspect. When I get back into this I'll try to come up with some strategy.
The bson_as_json C stub returns a char *. The documentation of BSon states that such strings/pointers must be deallocated with free(). However the pointer becomes owned by Idris when returning from the call to the C stub. As far as I see it, Idris doesn't free() the pointer.
The text was updated successfully, but these errors were encountered: