MCPcopy Create free account
hub / github.com/SamuraiT/mecab-python3 / SwigPyPacked_dealloc

Function SwigPyPacked_dealloc

src/MeCab/MeCab_wrap.cpp:1845–1853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1843}
1844
1845SWIGRUNTIME void
1846SwigPyPacked_dealloc(PyObject *v)
1847{
1848 if (SwigPyPacked_Check(v)) {
1849 SwigPyPacked *sobj = (SwigPyPacked *) v;
1850 free(sobj->pack);
1851 }
1852 PyObject_DEL(v);
1853}
1854
1855SWIGRUNTIME PyTypeObject*
1856SwigPyPacked_TypeOnce(void) {

Callers

nothing calls this directly

Calls 1

SwigPyPacked_CheckFunction · 0.85

Tested by

no test coverage detected