]> git.proxmox.com Git - libgit2.git/commit - src/tsort.c
global: Properly use `git__` memory wrappers
authorVicent Marti <tanoku@gmail.com>
Fri, 28 Oct 2011 21:51:13 +0000 (14:51 -0700)
committerVicent Marti <tanoku@gmail.com>
Sat, 29 Oct 2011 02:02:36 +0000 (19:02 -0700)
commit3286c408eccb18c525ca123383f3ebf5097441bc
tree4422fe16ab4f7b9cf713e0209cbb74fb4115889e
parentda37654d04617b4dacce6e7a4796007d2854624d
global: Properly use `git__` memory wrappers

Ensure that all memory related functions (malloc, calloc, strdup, free,
etc) are using their respective `git__` wrappers.
58 files changed:
examples/network/fetch.c
include/git2/oid.h
src/blob.c
src/buffer.c
src/cache.c
src/commit.c
src/config.c
src/config_file.c
src/delta-apply.c
src/errors.c
src/filebuf.c
src/fileops.c
src/hash.c
src/hashtable.c
src/index.c
src/indexer.c
src/mwindow.c
src/netops.c
src/object.c
src/odb.c
src/odb_loose.c
src/odb_pack.c
src/oid.c
src/pack.c
src/path.c
src/pkt.c
src/pqueue.c
src/reflog.c
src/refs.c
src/refspec.c
src/remote.c
src/repository.c
src/revwalk.c
src/signature.c
src/status.c
src/tag.c
src/transports/git.c
src/transports/http.c
src/transports/local.c
src/tree-cache.c
src/tree.c
src/tsort.c
src/util.c
src/util.h
src/vector.c
src/win32/dir.c
src/win32/posix.h
src/win32/posix_w32.c
src/win32/utf-conv.c
tests-clay/core/path.c
tests-clay/core/vector.c
tests-clay/object/raw/compare.c
tests-clay/object/raw/short.c
tests/t00-core.c
tests/t01-rawobj.c
tests/t04-commit.c
tests/t07-hashtable.c
tests/test_helpers.c