MCPcopy Create free account
hub / github.com/TeXworks/texworks / QObjectDealloc

Function QObjectDealloc

plugins-src/TWPythonPlugin/PythonScript.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91
92static void QObjectDealloc(pyQObject * self) {
93 Py_XDECREF(self->_TWcontext);
94 _PyObject_CAST(self)->ob_type->tp_free(self);
95}
96static void QObjectMethodDealloc(pyQObjectMethodObject * self) {
97 Py_XDECREF(self->_TWcontext);
98 Py_XDECREF(self->_methodName);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected