mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-06 23: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>
(cherry picked from commit c0799779df)
This commit is contained in:
parent
de3275537d
commit
c1e6e7ea96
1 changed files with 1 additions and 1 deletions
|
|
@ -1160,7 +1160,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