diff options
author | Vicent Marti <tanoku@gmail.com> | 2010-08-12 19:59:32 +0200 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2010-08-12 19:59:32 +0200 |
commit | f2408cc2efc1752bb34011a655f6acdab4e9e602 (patch) | |
tree | 5ad89644ea67cafa1193d885be796fc90b08088c /src/commit.h | |
parent | 0e465f979bd946d7476c86cfaa912d0737f54682 (diff) | |
download | libgit2-f2408cc2efc1752bb34011a655f6acdab4e9e602.tar.gz |
Fix object handling in git_repository
All loaded objects through git_repository_lookup are properly parsed &
free'd on failure.
Signed-off-by: Vicent Marti <tanoku@gmail.com>
Diffstat (limited to 'src/commit.h')
-rw-r--r-- | src/commit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commit.h b/src/commit.h index 60e1d1115..ae4f06d65 100644 --- a/src/commit.h +++ b/src/commit.h @@ -23,7 +23,6 @@ typedef struct git_commit_parents { struct git_commit { git_repository_object object; - git_obj odb_object; time_t commit_time; git_commit_parents *parents; |