X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=rset%2Frsisam.c;h=8c2ddacb034cdf75db4c1ac8ade086903104c83a;hb=195222aff7f9fa54caaef052c3fdd15f47f4703d;hp=9eb27ccc11e26e772cdf33a05831808f5e764eb9;hpb=e127268c91736bf5a116cbc24653da4b845ca046;p=idzebra-moved-to-github.git diff --git a/rset/rsisam.c b/rset/rsisam.c index 9eb27cc..8c2ddac 100644 --- a/rset/rsisam.c +++ b/rset/rsisam.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: rsisam.c,v $ - * Revision 1.15 1996-10-29 13:55:22 adam + * Revision 1.16 1997-10-31 12:37:01 adam + * Code calls xfree() instead of free(). + * + * Revision 1.15 1996/10/29 13:55:22 adam * Include of zebrautl.h instead of alexutil.h. * * Revision 1.14 1995/12/11 09:15:24 adam @@ -143,7 +146,7 @@ static void r_close (RSFD rfd) { is_pt_free ((*ptinfop)->pt); *ptinfop = (*ptinfop)->next; - free (rfd); + xfree (rfd); return; } logf (LOG_FATAL, "r_close but no rfd match!");