mirror of
https://github.com/samba-team/samba.git
synced 2025-05-01 22:50:23 +03:00
This is a workaround for bug in pidl generated python bindings, where C object hold a pointer to python string without increasing reference count in python. So when the python string goes out of scope, the C pointer loses the value.