• marko's avatar
    branches/zip: Fix memory management errors in row_merge_buf_t. · f2538af4
    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.
    f2538af4
row0merge.c 43.8 KB