From: Robert Spalek Date: Fri, 25 Jun 2004 19:00:20 +0000 (+0000) Subject: getbuck.c no longer starts with flushing the memory pool, since it belongs X-Git-Tag: holmes-import~1005 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=9d07978eb1ccee423e83f0bd71426a586d43d5c4;p=libucw.git getbuck.c no longer starts with flushing the memory pool, since it belongs to the caller. hence I have added mp_flush() back everywhere again --- diff --git a/lib/buck2obj.c b/lib/buck2obj.c index e2b42c25..cbcb6f52 100644 --- a/lib/buck2obj.c +++ b/lib/buck2obj.c @@ -128,7 +128,6 @@ decode_attributes(byte *ptr, byte *end, struct odes *o, uns can_overwrite) struct odes * obj_read_bucket(struct buck2obj_buf *buf, uns buck_type, struct fastbuf *body, uns want_body) { - mp_flush(buf->mp); struct odes *o = obj_new(buf->mp); if (buck_type < BUCKET_TYPE_V33)