<div dir="ltr">As <a href="mailto:remi@remlab.net" style="color:rgb(0,0,0);font-family:'DejaVu Sans','Bitstream Vera Sans',Verdana,sans-serif;font-size:12px">Rémi Denis-Courmont</a> says<div><pre class="" style="color:rgb(0,0,0);font-size:12px"><span class="" style="color:rgb(0,127,0)">>> +    p_sys = malloc( sizeof( filter_sys_t ) );</span>
<span class="" style="color:rgb(0,127,0)">>> +    if( p_sys == NULL) {</span>
<span class="" style="color:rgb(0,127,0)">>> +        return VLC_ENOMEM;</span>
<span class="" style="color:rgb(0,127,0)">>> +    }</span>
>
> Not needed since your whole state is a single pointer.
</pre><div><a href="https://patches.videolan.org/patch/12164/">https://patches.videolan.org/patch/12164/</a><br></div></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Feb 27, 2016 at 4:41 PM, Jean-Baptiste Kempf <span dir="ltr"><<a href="mailto:jb@videolan.org" target="_blank">jb@videolan.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 27 Feb, Zhao Zhili wrote :<br>
<span class="">> It's just an int, it is very unlikely to happen.<br>
<br>
</span>How do you know?<br>
<br>
With my kindest regards,<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Jean-Baptiste Kempf<br>
<a href="http://www.jbkempf.com/" rel="noreferrer" target="_blank">http://www.jbkempf.com/</a> - <a href="tel:%2B33%20672%20704%20734" value="+33672704734">+33 672 704 734</a><br>
Sent from my Electronic Device<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="https://mailman.videolan.org/listinfo/vlc-devel" rel="noreferrer" target="_blank">https://mailman.videolan.org/listinfo/vlc-devel</a><br>
</div></div></blockquote></div><br></div>