]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/utils.c
utils: lxc_deslashify() free memory
authorChristian Brauner <christian.brauner@canonical.com>
Mon, 26 Sep 2016 20:05:54 +0000 (22:05 +0200)
committerChristian Brauner <christian.brauner@canonical.com>
Mon, 26 Sep 2016 20:42:52 +0000 (22:42 +0200)
commitf85b16a104fa58ba2cbc285d632223f8b0a9fe49
tree0579b6308dd3026778e1fe751659cc58d9d8bbb0
parent7be721c185ac666954aa8c635b108edbe5d42e41
utils: lxc_deslashify() free memory

Make sure we always free any memory that was allocated by the call to
lxc_normalize_path().

Signed-off-by: Christian Brauner <christian.brauner@canonical.com>
src/lxc/utils.c