From 69e8bc45f51e1fa4368d2e906b291a5377e0cbfa Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Sat, 15 Jun 2002 21:47:06 +0000 Subject: fix a braindead typo that caused us to leak strings in certain 2002-06-14 Chris Toshok * libversit/vobject.c (unUseStr): fix a braindead typo that caused us to leak strings in certain circumstances (when the string being freed was second in the list, the head of the list would get lost.) svn path=/trunk/; revision=17193 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index d5698ca87b..e1f2eb7ed0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-06-14 Chris Toshok + + * libversit/vobject.c (unUseStr): fix a braindead typo that caused + us to leak strings in certain circumstances (when the string being + freed was second in the list, the head of the list would get + lost.) + 2002-06-05 Christopher James Lahey * configure.in: Changed the required version of gal to 0.19.99.17. -- cgit v1.2.3