[flac-dev] [PATCH] for potential memory leaks

lvqcl lvqcl.mail at gmail.com
Mon Jul 13 10:23:15 PDT 2015


Erik de Castro Lopo wrote:

>> libFLAC has several places like this:
>>
>>      if(0 == (ptr = realloc(ptr, size)))
>>          return false;
>>
>> which results in memory leaks if realloc fails (the old value of ptr is lost).
>> The patch should fix this.
>
> Applied. Thanks.

Are you sure? Because I can't see it in git.


More information about the flac-dev mailing list