Files
containerd/mount
Tobias Klauser 4a582405b9 mount: fix CString memory leaks
Make sure to call C.free on C strings allocated using C.CString.

C.CString allocates memory in the C heap using malloc. It is the callers
responsibility to free them. See
https://golang.org/cmd/cgo/#hdr-Go_references_to_C for details.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2017-09-15 10:55:53 +02:00
..
2017-08-07 12:40:21 -07:00
2017-05-22 16:41:12 -07:00
2017-05-22 16:41:12 -07:00
2017-05-22 16:41:12 -07:00