From 9d07978eb1ccee423e83f0bd71426a586d43d5c4 Mon Sep 17 00:00:00 2001 From: Robert Spalek Date: Fri, 25 Jun 2004 19:00:20 +0000 Subject: [PATCH] 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 --- lib/buck2obj.c | 1 - 1 file changed, 1 deletion(-) 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) -- 2.39.5