veandco / go-sdl2

SDL2 binding for Go
https://godoc.org/github.com/veandco/go-sdl2
BSD 3-Clause "New" or "Revised" License
2.17k stars 219 forks source link

Review a calls to C.CString and pair them with C.free where necessary. #583

Closed jabolopes closed 6 months ago

jabolopes commented 7 months ago

Hi,

This is part of issue https://github.com/veandco/go-sdl2/issues/582

I went over all calls to C.CString and checked whether they are paired with C.free.

The patch series contains 3 patches.

Feedback is welcome!

Thanks, Jose