summaryrefslogtreecommitdiff
path: root/psgeom.c
diff options
context:
space:
mode:
Diffstat (limited to 'psgeom.c')
-rw-r--r--psgeom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/psgeom.c b/psgeom.c
index 44f7994..0365cee 100644
--- a/psgeom.c
+++ b/psgeom.c
@@ -396,7 +396,7 @@ static void
ClearFontStuff(FontStuff *stuff)
{
if (stuff && stuff->foundry)
- uFree(stuff->foundry);
+ free(stuff->foundry);
bzero(stuff, sizeof(FontStuff));
return;
}