dmxBERestoreRenderGlyph was passing wrong value to free

Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Jamey Sharp <jamey@minilop.net>
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Keith Packard 2010-04-26 17:22:12 -07:00
parent 946f664b6a
commit c0799779df

View File

@ -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);
}