View Single Post
  #88  
Old 04-25-2013, 10:11 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: Customized rtmpdump binaries with patch file


Quote:
Originally Posted by gorilla.maguila View Post
Do you think it's worthy to look at the possible memory leaks pointed out by valgrind, like the

Code:
char *url = malloc(len + 1)
Never being freed, or they're false positive?
we are using the same buffer for tcUrl so it can't be freed right away. it will not be worth making a copy because memory consumption would be same in that case.
Reply With Quote