Files
docker-cli/components/engine/pkg/mount
Tobias Klauser 5086fdcfde Fix CString memory leaks
Make sure to call C.free on C string allocated using C.CString in every
exit path.

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>
Upstream-commit: 593dbfd1448e8dac08488786fde6fe7fb057bdac
Component: engine
2017-09-15 09:57:26 +02:00
..
2016-05-26 19:28:18 -07:00
2017-08-21 18:15:08 -04:00
2015-07-22 10:26:10 +02:00
2015-07-22 10:26:10 +02:00
2017-09-15 09:57:26 +02:00
2016-03-21 22:03:24 -07:00