From 969d0cbb512d89e5bbd2a34bdb29db62113dc92d Mon Sep 17 00:00:00 2001 From: Stefan Behrens Date: Tue, 9 Apr 2013 19:08:34 +0200 Subject: Btrfs-progs: cleanup subvol_uuid_search memory in btrfs send/receive Call the cleanup function that was introduced with the other commit. Signed-off-by: Stefan Behrens --- cmds-receive.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cmds-receive.c') diff --git a/cmds-receive.c b/cmds-receive.c index 6688d0c8..fc5094e7 100644 --- a/cmds-receive.c +++ b/cmds-receive.c @@ -824,6 +824,7 @@ int do_receive(struct btrfs_receive *r, const char *tomnt, int r_fd) ret = 0; out: + subvol_uuid_search_finit(&r->sus); return ret; } -- cgit v1.2.3