fawick / go-mapnik

Go bindings for mapnik (http://www.mapnik.org or http://github.com/mapnik/mapnik)
BSD 3-Clause "New" or "Revised" License
60 stars 18 forks source link

free CString after use #4

Closed olt closed 10 years ago

olt commented 10 years ago

CStrings are malloced by Go. See http://blog.golang.org/c-go-cgo

fawick commented 10 years ago

Thanks again for contributing, @olt! I knew there was this memory leak in the code but never took the time to correct these flaws. I appreciate your work!