fix isqalloct (should call isdalloct)

This commit is contained in:
Daniel Micay 2014-09-08 21:43:21 -04:00
parent 4cfe55166e
commit a62812eacc

View File

@ -827,7 +827,7 @@ isqalloc(void *ptr, size_t size, bool try_tcache)
if (config_fill && opt_quarantine)
quarantine(ptr);
else
idalloct(ptr, try_tcache);
isdalloct(ptr, size, try_tcache);
}
JEMALLOC_ALWAYS_INLINE void *