Hi all! I'm trying to use protobuf in my project (photoshop plug-in), and encountered a problem:
my DLL module is loaded/unloaded by host (many times). source code generated by protoc contains many XXX_descriptor_, XXX_reflection_, XXX::default_instance_ pointers and no function for cleanup used memory. This leads to memory leaks/heap fragmentation. -- Ivan Kharin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to protobuf@googlegroups.com To unsubscribe from this group, send email to protobuf+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/protobuf?hl=en -~----------~----~----~----~------~----~------~--~---