summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/revparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/revparse.c b/src/revparse.c
index 3312345b..c406b7bf 100644
--- a/src/revparse.c
+++ b/src/revparse.c
@@ -552,7 +552,7 @@ static const git_tree_entry* git_tree_entry_bypath(git_tree *tree, git_repositor
}
}
- free(alloc);
+ git__free(alloc);
return entry;
}