libgit2/tests-clar/diff
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
..
blob.c Initial integration of similarity metric to diff 2013-02-21 12:40:33 -08:00
diff_helpers.c Replace diff delta binary with flags 2013-02-20 15:10:21 -08:00
diff_helpers.h diff: add a notify callback to git_diff__from_iterators 2013-02-07 20:44:35 +01:00
diffiter.c Replace diff delta binary with flags 2013-02-20 15:10:21 -08:00
index.c Fix some leaks and (possibly) dangling pointers in tests 2012-12-19 08:04:31 +01:00
iterator.c Fix case sensitivity bug with tree iterators 2013-01-22 15:28:25 -08:00
patch.c Fix a few leaks 2013-03-04 00:21:56 +01:00
rename.c Fix a few leaks 2013-03-04 00:21:56 +01:00
tree.c Rename 'exp' so it doesn't conflict with exp() 2013-02-22 14:03:44 -05:00
workdir.c diff: add a notify callback to git_diff__from_iterators 2013-02-07 20:44:35 +01:00