libgit2/tests-clar/stash
Carlos Martín Nieto 323bb88514 Fix a few leaks
`git_diff_get_patch()` would unconditionally load the patch object and
then simply leak it if the user hadn't requested it. Short-circuit
loading the object if the user doesn't want it.

The rest of the plugs are simply calling the free functions of objects
allocated during the tests.
2013-03-04 00:21:56 +01:00
..
drop.c Fix a few leaks 2013-03-04 00:21:56 +01:00
foreach.c Improve error propagation in stash 2013-01-04 15:47:42 -08:00
save.c add an index_remove_bypath that removes conflicts, renamed add_from_workdir to match 2013-01-12 13:47:56 -06:00
stash_helpers.c add an index_remove_bypath that removes conflicts, renamed add_from_workdir to match 2013-01-12 13:47:56 -06:00
stash_helpers.h stash: add git_stash_save() 2012-10-26 22:10:48 +02:00