[Libva] libva memory leak

Yuan, Shengquan shengquan.yuan at gmail.com
Tue Jun 7 18:59:42 PDT 2011


On Wed, Jun 8, 2011 at 4:31 AM, gimli <gimli at dark-green.com> wrote:
> What is the soul purpose of this commit.
>
> http://cgit.freedesktop.org/libva/commit/?id=fffeffb8a78fffbb6a7ddf587554f7d2d76aa69
>
> The funktion free_drawable is introduced but nowhere use. Was it ment to
> use
> free_drawable in free_drawable_hashtable ?
>
free_drawable is used to release the specific drawable's DRI buffer.
E.g. when drawable updates such as from window to pixmap,
driver will release the previous drawable(window)'s DRI buffer and
allocate a new one for pixmap

> cu
>
> Ed.
>
> _______________________________________________
> Libva mailing list
> Libva at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/libva
>


More information about the Libva mailing list