diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/path.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/path.c b/src/path.c index ceae2abcf..d2c292bf2 100644 --- a/src/path.c +++ b/src/path.c @@ -624,5 +624,7 @@ int git_path_dirload_with_stat( } } + git_buf_free(&full); + return error; } |