4 more little fixes.
Share and Enjoy,
keni
Index: ChangeLog
===================================================================
RCS file: /cvsroot/ccvs/src/ChangeLog,v
retrieving revision 1.2475
diff -c -r1.2475 ChangeLog
*** ChangeLog 16 Jun 2003 17:11:14 -0000 1.2475
--- ChangeLog 18 Jun 2003 11:37:34 -0000
***************
*** 1,3 ****
--- 1,9 ----
+ 2003-06-18 Kenneth Lorber <keni@his.com>
+ * add.c: add() xmalloc's strlen of wrong variable
+ * checkout.c: leak: safe_location() reuses where_location without free
+ * log.c: leak: rlog_proc() exits without free of where
+ * logmsg.c: leak: do_verify() exits without free of verifymsg_script
+