]> mj.ucw.cz Git - libucw.git/blobdiff - lib/sorter/govern.c
Yet another swap-out.
[libucw.git] / lib / sorter / govern.c
index 6befff5262f3bae99f096cc703825986bad223f9..524b0c905d739734ebe0aab372d67ebf1d336fd6 100644 (file)
@@ -256,6 +256,7 @@ sorter_multiway(struct sort_context *ctx, struct sort_bucket *b)
        }
       else
        {
+         sbuck_swap_out(out);
          clist_add_tail(&parts, &out->n);
          SORT_TRACE("Multi-way merge pass (%d ways, %s, %dMB/s)", n, F_BSIZE(out), sorter_speed(ctx, sbuck_size(out)));
        }