diff options
| author | Vicent Marti <tanoku@gmail.com> | 2011-06-01 18:34:21 +0200 |
|---|---|---|
| committer | Vicent Marti <tanoku@gmail.com> | 2011-06-01 18:54:47 +0200 |
| commit | f7e59c4dcf46e0815ab0e7d435fd16755fdf616c (patch) | |
| tree | 353d781e1efab8b73eb81a848da8bb276a001dd3 /src/repository.h | |
| parent | ef5ffed39a91e8e645ed77f52ec862d47b081e9c (diff) | |
| download | libgit2-f7e59c4dcf46e0815ab0e7d435fd16755fdf616c.tar.gz | |
index: Change the memory management for repo indexes
The `git_repository_index` call now returns a brand new index that must
be manually free'd.
Diffstat (limited to 'src/repository.h')
| -rw-r--r-- | src/repository.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/repository.h b/src/repository.h index 813cac942..bcf9b2bc8 100644 --- a/src/repository.h +++ b/src/repository.h @@ -25,7 +25,6 @@ struct git_object { struct git_repository { git_odb *db; - git_index *index; git_cache objects; git_refcache references; |
