X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Frequestq.c;h=9af3fe1018986af6aeaa04a9003aaa1b27a592d7;hp=41517d91102094413ad5140b6e361ac4bbf77f0e;hb=a6b61b9f8b6576e8159a4e7e6aee88bba7e5d07d;hpb=43a9d38d20c1b1bcd1a03b2445a501d27526bd35 diff --git a/src/requestq.c b/src/requestq.c index 41517d9..9af3fe1 100644 --- a/src/requestq.c +++ b/src/requestq.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2011 Index Data + * Copyright (C) Index Data * See the file LICENSE for details. */ /** @@ -91,6 +91,8 @@ request *request_get(request_q *q) void request_release(request *r) { request_q *q = r->q; + if (r->request_mem) + nmem_destroy(r->request_mem); r->next = q->list; q->list = r; }