1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/lib/talloc/ABI
Andrew Tridgell 45be1c7ba4 talloc: there is no ambiguity when freeing a ptr with a null parent
when a ptr has a single reference and a NULL parent, then
talloc_free(ptr) is not ambiguous, as the caller could not have done a
talloc_free(NULL) to free the memory

Pair-Programmed-With: Rusty Russell <rusty@samba.org>
2010-04-20 15:50:27 +10:00
..
talloc-2.0.2.sigs build: more adjustments for the ABI type name maps 2010-04-18 18:24:27 +10:00
talloc-2.0.3.sigs talloc: there is no ambiguity when freeing a ptr with a null parent 2010-04-20 15:50:27 +10:00