1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00
Andrew Tridgell 957b260621 r2039: got rid of the free() ptr in DATA_BLOB
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.
2007-10-10 12:58:19 -05:00
..
2007-10-10 12:57:54 -05:00
2007-10-10 12:58:17 -05:00
2007-10-10 12:57:47 -05:00
2007-10-10 12:57:43 -05:00
2007-10-10 12:56:23 -05:00
2007-10-10 12:56:36 -05:00
2007-10-10 12:58:09 -05:00
2007-10-10 12:56:18 -05:00
2007-10-10 12:56:51 -05:00