summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--volumes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/volumes.c b/volumes.c
index 65986e15..e470bd17 100644
--- a/volumes.c
+++ b/volumes.c
@@ -1601,9 +1601,9 @@ again:
goto again;
}
- btrfs_free_path(path);
ret = 0;
error:
+ btrfs_free_path(path);
return ret;
}