Fix run leak.
Fix arena_run_first_best_fit() to search all potentially non-empty runs_avail heaps, rather than ignoring the heap that contains runs larger than large_maxclass, but less than chunksize. This fixes a regression caused by f193fd80 (Refactor runs_avail.). This resolves #493.
Please register or sign in to comment