We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d6f666 commit 0b6dd88Copy full SHA for 0b6dd88
src/LibGEOS.jl
@@ -95,7 +95,6 @@ export Point,
95
query
96
97
function transform_c_string(s::Cstring)::String
98
- @show "freeing string"
99
copy = unsafe_string(s)
100
global _context
101
GEOSFree_r(_context.ptr, Ptr{Cvoid}(s))
0 commit comments