mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
83b64ae64b
* Fix memory leak when destructors reparent children. (bug #11901) Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Thu May 5 22:33:04 CEST 2016 on sn-devel-144
14 lines
647 B
Plaintext
14 lines
647 B
Plaintext
_pytalloc_get_mem_ctx: TALLOC_CTX *(PyObject *)
|
|
_pytalloc_get_ptr: void *(PyObject *)
|
|
_pytalloc_get_type: void *(PyObject *, const char *)
|
|
pytalloc_BaseObject_PyType_Ready: int (PyTypeObject *)
|
|
pytalloc_BaseObject_check: int (PyObject *)
|
|
pytalloc_BaseObject_size: size_t (void)
|
|
pytalloc_CObject_FromTallocPtr: PyObject *(void *)
|
|
pytalloc_Check: int (PyObject *)
|
|
pytalloc_GetBaseObjectType: PyTypeObject *(void)
|
|
pytalloc_GetObjectType: PyTypeObject *(void)
|
|
pytalloc_reference_ex: PyObject *(PyTypeObject *, TALLOC_CTX *, void *)
|
|
pytalloc_steal: PyObject *(PyTypeObject *, void *)
|
|
pytalloc_steal_ex: PyObject *(PyTypeObject *, TALLOC_CTX *, void *)
|