ChangeLog
changeset 153 b2324df84971
parent 149 54e67338c784
child 155 d24c4392d4e3
--- a/ChangeLog	Tue Jun 06 12:16:49 2006 +0000
+++ b/ChangeLog	Tue Jun 06 12:39:19 2006 +0000
@@ -1,13 +1,10 @@
-2006-06-03  Mikael Hallendal,,,  <micke@imendio.com>
-
-	reviewed by: <delete if not using a buddy>
+2006-06-06  Mikael Hallendal  <micke@imendio.com>
 
-	* loudmouth/lm-socket.c: (socket_create), (socket_free),
-	(lm_socket_new), (lm_socket_open), (lm_socket_get_fd),
-	(lm_socket_get_is_blocking), (lm_socket_set_is_blocking),
-	(lm_socket_write), (lm_socket_read), (lm_socket_close),
-	(lm_socket_ref), (lm_socket_unref):
-	* loudmouth/lm-socket.h:
+	* loudmouth/lm-connection.c: (connection_free):
+	- Call lm_parser_free to actually free it.
+	* loudmouth/lm-parser.c: (lm_parser_free):
+	- Free up memory used by the parser.
+	- Fixes LM-39
 
 2006-05-27  Mikael Hallendal  <micke@imendio.com>