[protobuf] Re: Issue 619 in protobuf: Memoryleak since change const ::std::string kEmptyString to const ::std::string GetEmptyString()

2014-10-08 Thread protobuf
Updates: Status: Fixed Comment #5 on issue 619 by xiaof...@google.com: Memoryleak since change const ::std::string kEmptyString to const ::std::string GetEmptyString() https://code.google.com/p/protobuf/issues/detail?id=619 Fixed in:

[protobuf] Re: Issue 619 in protobuf: Memoryleak since change const ::std::string kEmptyString to const ::std::string GetEmptyString()

2014-10-07 Thread protobuf
Updates: Owner: xiaof...@google.com Labels: FixedIn-2.6.1 Comment #4 on issue 619 by xiaof...@google.com: Memoryleak since change const ::std::string kEmptyString to const ::std::string GetEmptyString() https://code.google.com/p/protobuf/issues/detail?id=619 (No comment was

[protobuf] Re: Issue 619 in protobuf: Memoryleak since change const ::std::string kEmptyString to const ::std::string GetEmptyString()

2014-03-25 Thread protobuf
Comment #2 on issue 619 by berthold...@googlemail.com: Memoryleak since change const ::std::string kEmptyString to const ::std::string GetEmptyString() http://code.google.com/p/protobuf/issues/detail?id=619 Hallo, I provide you with the collected files of my investigations. I hope that

[protobuf] Re: Issue 619 in protobuf: Memoryleak since change const ::std::string kEmptyString to const ::std::string GetEmptyString()

2014-03-25 Thread protobuf
Updates: Status: Accepted Comment #3 on issue 619 by xiaof...@google.com: Memoryleak since change const ::std::string kEmptyString to const ::std::string GetEmptyString() http://code.google.com/p/protobuf/issues/detail?id=619 ok, so the problem is that we should register a shutdown

[protobuf] Re: Issue 619 in protobuf: Memoryleak since change const ::std::string kEmptyString to const ::std::string GetEmptyString()

2014-03-24 Thread protobuf
Comment #1 on issue 619 by xiaof...@google.com: Memoryleak since change const ::std::string kEmptyString to const ::std::string GetEmptyString() http://code.google.com/p/protobuf/issues/detail?id=619 Can you narrow down the cause and provide us a simple source file that can reproduce the