erichocean / libjingle

Automatically exported from code.google.com/p/libjingle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

memory leak in stunrequest.cc

GoogleCodeExporter opened this issue · comments

in function StunRequestManager::Clear() you should delete requests[i] after 
calling Remove on it.

Original issue reported on code.google.com by cybe...@gmail.com on 22 Jul 2011 at 6:48

I got the same problem, it's very hard to debug this...

Original comment by interfac...@gmail.com on 3 Sep 2011 at 3:41

Jun, please take a look at this.

Original comment by juberti@google.com on 8 Dec 2011 at 9:34

  • Changed state: Accepted

Original comment by jun...@google.com on 9 Dec 2011 at 12:53

  • Changed state: Started
After poking around the source code. I realized that this report was against an 
older version of release. It should be fixed in recent version.

Original comment by jun...@google.com on 15 Dec 2011 at 10:14

  • Changed state: Fixed