Add free function for sudo Python module.
This reduces the amount of memory leaked on unload.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
#include "sudo_python_module.h"
|
||||
|
||||
static PyTypeObject *sudo_type_ConvMessage;
|
||||
PyTypeObject *sudo_type_ConvMessage;
|
||||
|
||||
static PyObject *
|
||||
_sudo_ConvMessage__Init(PyObject *py_self, PyObject *py_args, PyObject *py_kwargs)
|
||||
|
Reference in New Issue
Block a user