diff options
Diffstat (limited to 'hw/xfree86/xaa/xaaTEText.c')
-rw-r--r-- | hw/xfree86/xaa/xaaTEText.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/xfree86/xaa/xaaTEText.c b/hw/xfree86/xaa/xaaTEText.c index 729e8a8cb..41c0ebcfd 100644 --- a/hw/xfree86/xaa/xaaTEText.c +++ b/hw/xfree86/xaa/xaaTEText.c @@ -299,8 +299,7 @@ XAAGlyphBltTEColorExpansion( skippix, ytop - Top, glyphs + skipglyphs, glyphWidth, fg, bg, rop, planemask); - if (fallbackBits) - free(fallbackBits); + free(fallbackBits); } nbox--; pbox++; |