1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00
Files
cli/components/engine/daemon/graphdriver
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
..
2017-09-12 12:09:59 -04:00
2017-07-31 13:16:46 -07:00
2017-09-12 12:09:59 -04:00
2017-09-12 12:09:59 -04:00
2017-09-12 12:09:59 -04:00
2017-07-31 13:16:46 -07:00
2017-07-31 13:16:46 -07:00
2017-09-12 12:09:59 -04:00
2017-07-31 13:16:46 -07:00
2017-09-15 09:57:26 +02:00
2017-08-21 18:15:08 -04:00
2017-09-15 09:57:26 +02:00
2017-07-31 13:16:46 -07:00
2017-09-12 12:09:59 -04:00
2017-08-21 18:18:50 -04:00