Fixed missing argument.

This commit is contained in:
Armin Novak 2014-11-17 00:17:06 +01:00
parent 8302b169d0
commit 4b746fbed7

View File

@ -651,7 +651,7 @@ cleanup:
if (font)
{
if (font->image)
winpr_image_free(font->image);
winpr_image_free(font->image, TRUE);
free (font);
}