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
83a04a69
Commit
83a04a69
authored
10 years ago
by
Carlos Martín Nieto
Browse files
Options
Downloads
Plain Diff
Merge pull request #3227 from jeffhostetler/memory_leak__tests_network_refspecs
Fix memory leak in tests/network/refspecs.c
parents
a56db992
534d136d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/network/refspecs.c
+2
-0
tests/network/refspecs.c
with
2 additions
and
0 deletions
tests/network/refspecs.c
+
2
−
0
View file @
83a04a69
...
...
@@ -155,4 +155,6 @@ void test_network_refspecs__matching(void)
cl_assert_equal_s
(
":"
,
spec
.
string
);
cl_assert_equal_s
(
""
,
spec
.
src
);
cl_assert_equal_s
(
""
,
spec
.
dst
);
git_refspec__free
(
&
spec
);
}
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