Missed one 'free'

This commit is contained in:
John J. Camilleri
2021-09-24 16:13:36 +02:00
parent a2e4e74644
commit a46b91fe10

View File

@@ -452,7 +452,7 @@ match_type(PgfMarshaller *this, PgfUnmarshaller *u, PgfType ty)
free(hypos[i].cid); free(hypos[i].cid);
Py_DECREF(hypos[i].type); Py_DECREF(hypos[i].type);
} }
free(cat); FreePgfText(cat);
return res; return res;
} }