Commit 83a04a69 authored by Carlos Martín Nieto's avatar Carlos Martín Nieto
Browse files

Merge pull request #3227 from jeffhostetler/memory_leak__tests_network_refspecs

Fix memory leak in tests/network/refspecs.c
parents a56db992 534d136d
Branches
Tags
No related merge requests found
Showing with 2 additions and 0 deletions
......@@ -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);
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment