Ping?

On Mon, Jun 17, 2013 at 12:39 PM,  <[email protected]> wrote:
> From: Leo Liu <[email protected]>
>
> leak happens when looping xrandr prop.
>
> Signed-off-by: Leo Liu <[email protected]>
> ---
>  hw/xfree86/common/xf86Helper.c |    1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/hw/xfree86/common/xf86Helper.c b/hw/xfree86/common/xf86Helper.c
> index 721159d..bb17ecc 100644
> --- a/hw/xfree86/common/xf86Helper.c
> +++ b/hw/xfree86/common/xf86Helper.c
> @@ -1813,6 +1813,7 @@ xf86RegisterRootWindowProperty(int ScrnIndex, Atom 
> property, Atom type,
>      }
>      else {
>          free(pNewProp->name);
> +        free(pNewProp->data);
>          existing = TRUE;
>      }
>
> --
> 1.7.9.5
>
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to