X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2Fsorter%2Fgovern.c;h=43b1668846fb975c1fb06fdfe415bb38df328586;hb=dcbe7f152cd2baecd878d8df740d3007357e5d26;hp=7231a5b77a56ef48a93ecdd59038993e83c37f90;hpb=c5fbc7b75705d1f7a322ad73e6055284a3b94e73;p=libucw.git diff --git a/lib/sorter/govern.c b/lib/sorter/govern.c index 7231a5b7..43b16688 100644 --- a/lib/sorter/govern.c +++ b/lib/sorter/govern.c @@ -436,4 +436,5 @@ sorter_run(struct sort_context *ctx) SORT_XTRACE(2, "Final timings: %.3fs external sorting, %.3fs presorting, %.3fs internal sorting", ctx->total_ext_time/1000., ctx->total_pre_time/1000., ctx->total_int_time/1000.); ctx->out_fb = sbuck_read(bout); + mp_delete(ctx->pool); }