Age | Commit message (Collapse) | Author | Files | Lines |
|
Use py_talloc_reference in DCE/RPC code, fixes
access to SAMR pipe.
|
|
The previous code caused memory leaks, and also caused situations
where talloc_free could be called on pointers with multiple parents
The new approach is to have two functions:
py_talloc_import : steals the pointer, so it becomes wholly owned by
the python object
py_talloc_reference: uses a reference, so it is owned by both python
and C
|
|
This fixes the build on Tru64.
metze
|
|
than python object location.
|
|
|
|
|