forked from GitHub/gf-core
Missed one 'free'
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user