]> git.proxmox.com Git - mirror_lxc.git/commit
storage: prevent unitialized variable warning
authorChristian Brauner <christian.brauner@ubuntu.com>
Sun, 14 Apr 2019 13:46:12 +0000 (15:46 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Sun, 14 Apr 2019 13:46:12 +0000 (15:46 +0200)
commit240a130f67006b3e5dcbf0df0be383617d6dba03
tree03f4b3ad2c9003220548c5f432ad23d777882be0
parent9810d1916eacea64c838681d3045cac60e7f00c2
storage: prevent unitialized variable warning

We can simply fix this issue by switching to our cleanup macros instead of
manually freeing the memory.

Closes #2912.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/storage/btrfs.c