libgit2/src/git
Vicent Marti 088a731f00 Fixed memory leaks in test suite
Created commit objects in t0401-parse weren't being freed properly.
Updated the API documentation to note that commit objects are owned
by the revision pool and should not be freed manually.

The parents list of each commit was being freed twice after each test.

Signed-off-by: Vicent Marti <tanoku@gmail.com>
2010-07-10 12:15:12 -07:00
..
commit.h Fixed memory leaks in test suite 2010-07-10 12:15:12 -07:00
common.h Added new error codes. Improved error handling. 2010-06-02 10:32:07 +02:00
errors.h Fix "'__thread' not at start of declaration" warnings (-Wextra) 2010-01-20 20:19:06 +00:00
odb.h Implement git_odb_write() 2009-06-05 10:22:20 +02:00
oid.h Fix some coding style issues 2010-02-28 20:09:45 +00:00
revwalk.h Fix a doxygen warning 2010-06-02 11:18:56 +02:00
thread-utils.h Cleanup our header inclusion order to ensure pthread.h is early 2008-12-31 13:16:31 -08:00
zlib.h Remove license top-comment from public header files 2008-11-22 12:08:00 -08:00