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
A potential double free / memory leak bug is present in MapObjectController.cpp line 321:
OGRSFDriverRegistrar::Open will return a static allocated pointer that must be released using ReleaseDataSource, and not a shared_ptr as currently done.
The text was updated successfully, but these errors were encountered:
A potential double free / memory leak bug is present in MapObjectController.cpp line 321:
OGRSFDriverRegistrar::Open
will return a static allocated pointer that must be released usingReleaseDataSource
, and not a shared_ptr as currently done.The text was updated successfully, but these errors were encountered: