Skip to content
Snippets Groups Projects
Commit 5bc315e8 authored by Julien Michel's avatar Julien Michel
Browse files

WRG: Fix compilation warning related to deprecated OGRFree function

parent b6f031b6
No related branches found
No related tags found
No related merge requests found
......@@ -260,7 +260,7 @@ template <typename TImage> void WriteMPI(TImage *img, const std::string &output,
}
// Close
OGRFree(wkt);
CPLFree(wkt);
GDALClose(VRTOutput);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment