[FFmpeg-devel] [PATCH] Fix memleak in lavf/asf.c
Ramiro Polla
ramiro
Fri Oct 12 01:32:19 CEST 2007
wrote:
> Ramiro Polla <ramiro at lisha.ufsc.br> writes:
>
>> Hello,
>>
>> $subj
>>
>> issue102: https://roundup.mplayerhq.hu/roundup/ffmpeg/issue102
>>
>> Ramiro Polla
>> Index: libavformat/asf.c
>> ===================================================================
>> --- libavformat/asf.c (revision 10710)
>> +++ libavformat/asf.c (working copy)
>> @@ -884,6 +884,8 @@
>>
>> for(i=0;i<s->nb_streams;i++) {
>> AVStream *st = s->streams[i];
>> + ASFStream *asf_st= st->priv_data;
>
> Please put a space before the = sign if you have one after, which I
> think you should.
I just copy&pasted from somewhere on the same file. I'll take it into
account after a proper review.
More information about the ffmpeg-devel
mailing list