[linux-dvb]memory leakage in dvb_demux.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Samuel Huang wrote:
> I found all the list_del() used in functions in dvb_demux.c lacked
> vfree() and memory keeps leaking. vfree() in dvb_dmx_release() helps
> nothing, am I right? btw, I referred to the file dvb_ca_en50221.c and
> found the kfrees were well-located just behind list_del(). Is there no
> suitable memory free function used in dvb_demux.c, or I stupidly
> missed it...  Could somebody tell me where it is? Thanks guys!

The feeds and filters are allocated at initialization time,
and freed when the driver is unloaded. Nothing to free
at list_del() time.

Johannes



[Index of Archives]     [Linux Media]     [Video 4 Linux]     [Asterisk]     [Samba]     [Xorg]     [Xfree86]     [Linux USB]

  Powered by Linux