btrfs-progs: free allocated di_args in cmd_start_replace
authorEric Sandeen <sandeen@redhat.com>
Mon, 25 Feb 2013 22:54:45 +0000 (16:54 -0600)
committerDavid Sterba <dsterba@suse.cz>
Wed, 27 Feb 2013 13:39:53 +0000 (14:39 +0100)
commit1b12f5c9f7696f02ea6cbe8779bcaf28e90f9dba
tree665f6720a787166e9850dcb8ebe5201b1d991914
parent3d118fe6c4bd0a3e4ae3a0696aec41d60cfd7eef
btrfs-progs: free allocated di_args in cmd_start_replace

We only freed this allocation in error paths, and leaked
a bit when it went out of scope normally.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
cmds-replace.c