btrfs-progs: free path on read_chunk_tree error
authorZach Brown <zab@redhat.com>
Tue, 22 Jan 2013 23:52:17 +0000 (15:52 -0800)
committerZach Brown <zab@redhat.com>
Wed, 6 Feb 2013 00:09:39 +0000 (16:09 -0800)
commit506fb87fe48f38e2999b6265fcc54456ea81c7b1
treea9d0ad5c31489819f394cb69ebcca0637a696c31
parentaaf682ac2e6f0126305a149bccb4b5798fd6ffe4
btrfs-progs: free path on read_chunk_tree error

Path allocation failure already has its own return, remember to free the
path when the error label is taken.

Signed-off-by: Zach Brown <zab@redhat.com>
volumes.c