Skip to content
Commit 2cdd4f16 authored by Alexander Potapenko's avatar Alexander Potapenko
Browse files

Temporary fix for http://code.google.com/p/address-sanitizer/issues/detail?id=99:

when trying to free memory that actually belongs to the system purgeable zone, use malloc_zone_free(malloc_default_purgeable_zone(), ptr) instead of asan_free().

llvm-svn: 161661
parent 42cf2688
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment