<br><br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">+    p_sys->pf_begin = calloc( p_sys->i_len + 2, sizeof(float) );<br>
+    if( unlikely(!p_sys->pf_begin) )<br>
+        return VLC_ENOMEM;<br>
<br>
That's a memory leak.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Rémi Denis-Courmont<br>
<a href="http://www.remlab.net/" target="_blank">http://www.remlab.net/</a><br>
<a href="http://fi.linkedin.com/in/remidenis" target="_blank">http://fi.linkedin.com/in/remidenis</a><br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</div></div></blockquote></div><br>Fixed it. Freed p_sys first and then return VLC_ENOMEM.<br clear="all"><br>-- <br><div>Thnaks<br>Sukrit Sangwan</div>
<br>