[FFmpeg-devel] [PATCH] wma memory leak
Michael Niedermayer
michaelni
Wed Jul 18 17:18:06 CEST 2007
Hi
On Wed, Jul 18, 2007 at 05:11:48PM +0200, Zdenek Kabelac wrote:
> Hello
>
> This has appeared in my valgring check:
>
> --- libavcodec/wma.c (revision 9739)
> +++ libavcodec/wma.c (working copy)
> @@ -385,6 +385,7 @@
> free_vlc(&s->coef_vlc[i]);
> av_free(s->run_table[i]);
> av_free(s->level_table[i]);
> + av_free(s->int_table[i]);
> }
>
> return 0;
looks ok
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
The educated differ from the uneducated as much as the living from the
dead. -- Aristotle
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070718/63060175/attachment.pgp>
More information about the ffmpeg-devel
mailing list