Commit 64fad6b7 authored by lahiker42@gmail.com's avatar lahiker42@gmail.com

attribute recent memory leak fix

git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@323 00440858-1255-0410-a3e6-75ea37f81c3a
parent 97f8f921
......@@ -4,9 +4,13 @@
other than messages, strings, and bytes).
- switch to New BSD license.
- add protobuf_c_rpc_server_configure_threading()
- bugs in dsk-dispatch (Issue #65 for one)
- bug in packing 64-bit versions on some platforms
- bugs in dsk-dispatch (Issue #65 for one thing; POLLHUP for another;
and a problem where we moved fd_map into a local variable, when in
fact in can be reallocated all over the place, in dsk_dispatch_dispatch())
- compile error in packing 64-bit versions on some platforms
(srobbins99: Issue #68 Comment 1)
- bug fix: fix for memory error is the required-field check fails.
See Issue #63 for demo (w/ nice test case by dror.harari).
0.15:
- make protobuf_c_message_init() into a function (Issue #49, daveb)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment