X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fsortidx.c;h=4d17ad7de85dcce72e7644260a4310f84f22305d;hb=5adb31268b057741850de38eafd42baf8dc947ea;hp=b4e5d8a110b09f4e627fc465183cd2bbe2e54a12;hpb=0c293b944e22e54f19f7b5febd105f94c5971a81;p=idzebra-moved-to-github.git diff --git a/index/sortidx.c b/index/sortidx.c index b4e5d8a..4d17ad7 100644 --- a/index/sortidx.c +++ b/index/sortidx.c @@ -3,7 +3,7 @@ * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * - * $Id: sortidx.c,v 1.5 2002-01-07 19:52:22 adam Exp $ + * $Id: sortidx.c,v 1.6 2002-02-18 11:46:58 adam Exp $ */ #include @@ -88,8 +88,8 @@ int sortIdx_type (SortIdx si, int type) sf->head.sysno_max = 0; if (!si->write_flag) { - xfree (sf); bf_close (sf->bf); + xfree (sf); return -1; } }