• marko's avatar
    branches/zip: Fix memory management errors in row_merge_buf_t. · 3e7e12c5
    marko authored
    row_merge_buf_create_low(): Swap the parameters max_tuples and buf_size,
    because the callers had them swapped.  Add debug assertions about
    these parameters.
    
    row_merge_buf_empty(): Return the emptied buffer.  In some cases, the
    buffer may be relocated.
    3e7e12c5
row0merge.c 43.8 KB