]> mj.ucw.cz Git - libucw.git/commitdiff
getbuck.c no longer starts with flushing the memory pool, since it belongs
authorRobert Spalek <robert@ucw.cz>
Fri, 25 Jun 2004 19:00:20 +0000 (19:00 +0000)
committerRobert Spalek <robert@ucw.cz>
Fri, 25 Jun 2004 19:00:20 +0000 (19:00 +0000)
to the caller.  hence I have added mp_flush() back everywhere again

lib/buck2obj.c

index e2b42c25ba47c799f949c35a84e2c49892952440..cbcb6f529e8539952177563df1f005b7a6941f98 100644 (file)
@@ -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)