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
..
lookup_test Update loopback to return error 2017-08-22 16:09:38 -07:00
lookup_unix.go mount: add mount.Lookup for ease of implementing snapshotters 2017-06-06 09:27:53 +00:00
lookup_unsupported.go mount: add mount.Lookup for ease of implementing snapshotters 2017-06-06 09:27:53 +00:00
mount_linux.go mount: fix read-only bind (#1368) 2017-09-04 04:44:56 +00:00
mount_solaris.go Add solaris build support 2017-08-07 12:40:21 -07:00
mount_unix.go Loop umount'ing rootfs until there are no more mounts 2017-07-20 10:50:08 +01:00
mount_windows.go Loop umount'ing rootfs until there are no more mounts 2017-07-20 10:50:08 +01:00
mount.go Loop umount'ing rootfs until there are no more mounts 2017-07-20 10:50:08 +01:00
mountinfo_freebsd.go Move Mount into mount pkg 2017-05-22 16:41:12 -07:00
mountinfo_linux_test.go Move Mount into mount pkg 2017-05-22 16:41:12 -07:00
mountinfo_linux.go Move Mount into mount pkg 2017-05-22 16:41:12 -07:00
mountinfo_solaris.go mount: fix CString memory leaks 2017-09-15 10:55:53 +02:00
mountinfo_unsupported.go Move Mount into mount pkg 2017-05-22 16:41:12 -07:00
mountinfo.go Move Mount into mount pkg 2017-05-22 16:41:12 -07:00