• marko's avatar
    Merge r1739 from branches/zip: · 314b8bd8
    marko authored
    mem_heap_free_heap_top(): Declare the memory freed with UNIV_MEM_FREE().
    Before this change, the memory freed by mem_heap_empty() was not completely
    flagged free in UNIV_DEBUG_VALGRIND builds.  After this change, Valgrind
    will hopefully catch all errors caught by UNIV_MEM_DEBUG.
    314b8bd8
mem0mem.ic 15.1 KB