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
Came up in #75 (comment).
We currently never free the memory, resulting in a (probably small) memory leak.
In aftercare(::Ptr{Cstring}) we should free this at least in the case of CPLGetConfigOptions, but we should probably review all functions that return Ptr{Cstring}
Came up in #75 (comment).
We currently never free the memory, resulting in a (probably small) memory leak.
In
aftercare(::Ptr{Cstring})
we should free this at least in the case ofCPLGetConfigOptions
, but we should probably review all functions that returnPtr{Cstring}
See also 259a27c
The text was updated successfully, but these errors were encountered: