mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user