chiark
/
gitweb
/
~mdw
/
fwd
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Call @xfree@ rather than @free@.
[fwd]
/
identify.c
diff --git
a/identify.c
b/identify.c
index 87ba126289fce3d9f1a07f886a04939b64ff4ea5..265c071f685e57116ccc133ee7037f4c485c6163 100644
(file)
--- a/
identify.c
+++ b/
identify.c
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: identify.c,v 1.
6 2001/06/22 19:36:49
mdw Exp $
+ * $Id: identify.c,v 1.
7 2002/02/22 23:43:32
mdw Exp $
*
* Identifies and logs the client of a connection
*
*
* Identifies and logs the client of a connection
*
@@
-29,6
+29,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: identify.c,v $
/*----- Revision history --------------------------------------------------*
*
* $Log: identify.c,v $
+ * Revision 1.7 2002/02/22 23:43:32 mdw
+ * Call @xfree@ rather than @free@.
+ *
* Revision 1.6 2001/06/22 19:36:49 mdw
* Enlarge the identity buffer.
*
* Revision 1.6 2001/06/22 19:36:49 mdw
* Enlarge the identity buffer.
*
@@
-137,7
+140,7
@@
static void id_done(id *i)
/* --- Dispose of the block --- */
REFFD_DEC(i->q.r);
/* --- Dispose of the block --- */
REFFD_DEC(i->q.r);
- free(i);
+
x
free(i);
}
/* --- @id_res@ --- *
}
/* --- @id_res@ --- *