Fixed missing argument.
This commit is contained in:
parent
8302b169d0
commit
4b746fbed7
@ -651,7 +651,7 @@ cleanup:
|
|||||||
if (font)
|
if (font)
|
||||||
{
|
{
|
||||||
if (font->image)
|
if (font->image)
|
||||||
winpr_image_free(font->image);
|
winpr_image_free(font->image, TRUE);
|
||||||
free (font);
|
free (font);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user