From: Robert Spalek Date: Mon, 28 Jun 2004 13:59:03 +0000 (+0000) Subject: one mis-commit fixed X-Git-Tag: holmes-import~983 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=a1732b7130721481fd9486b9f4aab37d1507e386;p=libucw.git one mis-commit fixed --- diff --git a/lib/buckettool.c b/lib/buckettool.c index 4b7847a5..2d1dd339 100644 --- a/lib/buckettool.c +++ b/lib/buckettool.c @@ -102,6 +102,7 @@ dump_oattr(struct fastbuf *out, struct oattr *oa) static void dump_parsed_bucket(struct fastbuf *out, struct obuck_header *h, struct fastbuf *b) { + mp_flush(pool); struct odes *o = obj_read_bucket(buck_buf, pool, h->type, h->length, b, NULL); if (!o) bprintf(out, "Cannot parse bucket %x of type %x and length %d: %m\n", h->oid, h->type, h->length);