MCPcopy Create free account
hub / github.com/chokkan/crfsuite / SwigPyPacked_dealloc

Function SwigPyPacked_dealloc

swig/python/export_wrap.cpp:2061–2069  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2059}
2060
2061SWIGRUNTIME void
2062SwigPyPacked_dealloc(PyObject *v)
2063{
2064 if (SwigPyPacked_Check(v)) {
2065 SwigPyPacked *sobj = (SwigPyPacked *) v;
2066 free(sobj->pack);
2067 }
2068 PyObject_DEL(v);
2069}
2070
2071SWIGRUNTIME PyTypeObject*
2072SwigPyPacked_TypeOnce(void) {

Callers

nothing calls this directly

Calls 1

SwigPyPacked_CheckFunction · 0.85

Tested by

no test coverage detected