diff options
author | Vicent Martà <vicent@github.com> | 2013-09-20 09:41:49 -0700 |
---|---|---|
committer | Vicent Martà <vicent@github.com> | 2013-09-20 09:41:49 -0700 |
commit | daef29ea3ed84c2ec558c46fa08077b5b55fe63d (patch) | |
tree | cf208d03ce4b1efd3bc536c5e76a62d6cf77f118 | |
parent | 2c9ed02eae0a3df9650fb5834303a72dda098e55 (diff) | |
parent | 32b247d5e78135e8fbaf4c0b612532995201a3a2 (diff) | |
download | libgit2-daef29ea3ed84c2ec558c46fa08077b5b55fe63d.tar.gz |
Merge pull request #1861 from ben/molo-valgrind
OSX 10.8 + Valgrind
-rw-r--r-- | tests-clar/valgrind-supp-mac.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/tests-clar/valgrind-supp-mac.txt b/tests-clar/valgrind-supp-mac.txt index fcc7ede86..99833d091 100644 --- a/tests-clar/valgrind-supp-mac.txt +++ b/tests-clar/valgrind-supp-mac.txt @@ -154,3 +154,31 @@ fun:printf fun:clar_print_init } +{ + molo-1 + Memcheck:Leak + fun:malloc_zone_malloc + ... + fun:_objc_init +} +{ + molo-2 + Memcheck:Leak + fun:malloc_zone_calloc + ... + fun:_objc_init +} +{ + molo-3 + Memcheck:Leak + fun:malloc + ... + fun:_objc_init +} +{ + molo-4 + Memcheck:Leak + fun:malloc + ... + fun:dyld_register_image_state_change_handler +} |