mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
957b260621
I plan on replacing the concept by adding a generic destructor in all talloc ptrs, so you can do: talloc_set_destructor(ptr, my_destructor); to setup a function that will be called on free.
-
-
-
-
-