X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=isamb%2Fisamb.c;h=2ac59fb7c94de153cdedc72794d92b7fb3057ed9;hb=0d4ce8fe167ca3df0c216179de0a2e9d22ce3a6a;hp=ca6ba68bc47fed85d6f5a70a5e34c44dbd0156b6;hpb=200ea21b7af30b96a75a5de18c4703845cf3f12e;p=idzebra-moved-to-github.git diff --git a/isamb/isamb.c b/isamb/isamb.c index ca6ba68..2ac59fb 100644 --- a/isamb/isamb.c +++ b/isamb/isamb.c @@ -1,5 +1,5 @@ -/* $Id: isamb.c,v 1.21 2002-09-03 19:05:02 adam Exp $ - Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 +/* $Id: isamb.c,v 1.23 2003-03-02 23:12:50 adam Exp $ + Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003 Index Data Aps This file is part of the Zebra server. @@ -20,7 +20,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - +#include #include #include #include @@ -249,6 +249,7 @@ void isamb_close (ISAMB isamb) bf_write (isamb->file[i].bf, 0, 0, sizeof(struct ISAMB_head), &isamb->file[i].head); + bf_close (isamb->file[i].bf); } xfree (isamb->file); xfree (isamb->method);