From 6e9f371cd65060912d6c1cc54554fb3a7c29ed4b Mon Sep 17 00:00:00 2001 From: lahiker42 Date: Wed, 17 Dec 2008 02:49:26 +0000 Subject: [PATCH] mention memory leak. git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@92 00440858-1255-0410-a3e6-75ea37f81c3a --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index ffaf28e..b55ecfd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,3 +17,5 @@ - Generate message__init functions, for when the static initializer isn't convenient. - add some reserved fields at the end of the various descriptors +0.7 (NOT YET RELEASED) + - memory leak: unknown fields were not being freed by free_unpacked()