mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Fixed missing argument.
This commit is contained in:
@@ -651,7 +651,7 @@ cleanup:
|
||||
if (font)
|
||||
{
|
||||
if (font->image)
|
||||
winpr_image_free(font->image);
|
||||
winpr_image_free(font->image, TRUE);
|
||||
free (font);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user