diff options
Diffstat (limited to 'fs/ocfs2')
-rw-r--r-- | fs/ocfs2/move_extents.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ocfs2/move_extents.c b/fs/ocfs2/move_extents.c index 415928536c5e..3d3f3c83065c 100644 --- a/fs/ocfs2/move_extents.c +++ b/fs/ocfs2/move_extents.c | |||
@@ -152,6 +152,7 @@ static int __ocfs2_move_extent(handle_t *handle, | |||
152 | } | 152 | } |
153 | 153 | ||
154 | out: | 154 | out: |
155 | ocfs2_free_path(path); | ||
155 | return ret; | 156 | return ret; |
156 | } | 157 | } |
157 | 158 | ||