mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-30 17:35:53 +00:00
Merge pull request #3227 from jeffhostetler/memory_leak__tests_network_refspecs
Fix memory leak in tests/network/refspecs.c
This commit is contained in:
commit
83a04a69da
@ -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);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user