mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-28 01:40:13 +01: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:
parent
946f664b6a
commit
c0799779df
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue