Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
张亚俊
libgit2
Commits
b656e5eb
Commit
b656e5eb
authored
9 years ago
by
Vicent Marti
Browse files
Options
Downloads
Patches
Plain Diff
merge: Fix memory leak in test
parent
85196232
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/revwalk/mergebase.c
+1
-0
tests/revwalk/mergebase.c
with
1 addition
and
0 deletions
tests/revwalk/mergebase.c
+
1
−
0
View file @
b656e5eb
...
...
@@ -509,5 +509,6 @@ void test_revwalk_mergebase__remove_redundant(void)
cl_assert_equal_i
(
1
,
result
.
count
);
cl_assert_equal_oid
(
&
base
,
&
result
.
ids
[
0
]);
git_oidarray_free
(
&
result
);
git_repository_free
(
repo
);
}
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets