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 <[email protected]> On Fri, May 7, 2010 at 11:19 PM, Keith Packard <[email protected]> wrote: > Signed-off-by: Keith Packard <[email protected]> > --- > 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 > > _______________________________________________ > [email protected]: X.Org development > Archives: http://lists.x.org/archives/xorg-devel > Info: http://lists.x.org/mailman/listinfo/xorg-devel > _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
