[GitHub] trafficserver pull request: Memory leak in Rule::socksParse(char*)...

2015-11-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/trafficserver/pull/340 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] trafficserver pull request: Memory leak in Rule::socksParse(char*)...

2015-11-16 Thread bgaff
Github user bgaff commented on the pull request: https://github.com/apache/trafficserver/pull/340#issuecomment-157165638 @canselcik thanks, I'll merge this after the summit today. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] trafficserver pull request: Memory leak in Rule::socksParse(char*)...

2015-11-16 Thread canselcik
GitHub user canselcik opened a pull request: https://github.com/apache/trafficserver/pull/340 Memory leak in Rule::socksParse(char*) if a token is missing the '=' sign Memory is allocated at line 585 with `TokenList *m_tokenList = new TokenList()` but reference to it is lost when th