This commit is contained in:
parent
84531e9be1
commit
09fc854aba
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ static int GDI_MwDrawText(MwWidget handle, MwFLFont ttf, MwPoint* point, const c
|
||||||
SetBkMode(handle->lowlevel->gdi.hDC, old_bkmode);
|
SetBkMode(handle->lowlevel->gdi.hDC, old_bkmode);
|
||||||
SelectObject(handle->lowlevel->gdi.hDC, old_font);
|
SelectObject(handle->lowlevel->gdi.hDC, old_font);
|
||||||
|
|
||||||
|
free(t);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue