[PATCH 2/4] dmxBERestoreRenderGlyph was passing wrong value to free

Jamey Sharp jamey at minilop.net
Sat May 8 08:25:08 PDT 2010


Huh, could have sworn I sent a reviewed-by tag for this, but I don't
see it. This fix is totally obviously right.

Reviewed-by: Jamey Sharp <jamey at minilop.net>

On Fri, May 7, 2010 at 11:19 PM, Keith Packard <keithp at keithp.com> wrote:
> Signed-off-by: Keith Packard <keithp at keithp.com>
> ---
>  hw/dmx/dmxextension.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/hw/dmx/dmxextension.c b/hw/dmx/dmxextension.c
> index 4e55533..c8e8dae 100644
> --- a/hw/dmx/dmxextension.c
> +++ b/hw/dmx/dmxextension.c
> @@ -1155,7 +1155,7 @@ static void dmxBERestoreRenderGlyph(pointer value, XID id, pointer n)
>                     len_images);
>
>     /* Clean up */
> -    free(len_images);
> +    free(images);
>     free(gids);
>     free(glyphs);
>  }
> --
> 1.7.0.4
>
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
>


More information about the xorg-devel mailing list