[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:
https://github.com/google/protobuf/commit/06e6690bf2055b4361db2a6bdd21facf3f2d86d6

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups Protocol 
Buffers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.


[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 entered for this change.)

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups Protocol 
Buffers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.


[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 it is enough that you can see the problem.


Attachments:
Empty_String_Memoryleak.zip  9.3 KB
Terminate_Shutdown.txt  22.8 KB
empty.txt  1.2 KB

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups Protocol 
Buffers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.


[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 callback to delete  
this empty string singleton when ShutdownProtobufLibrary() is called.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups Protocol 
Buffers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.


[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 memory leak? I don't see a problem in the protobuf change and  
I know too little of webrtc to find a problem there.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups Protocol 
Buffers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.