mention memory leak.

git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@92 00440858-1255-0410-a3e6-75ea37f81c3a
This commit is contained in:
lahiker42 2008-12-17 02:49:26 +00:00
parent 2650c6744a
commit 6e9f371cd6

View File

@ -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()