summaryrefslogtreecommitdiff
path: root/lib/talloc/ABI/talloc-2.0.3.sigs
AgeCommit message (Collapse)AuthorFilesLines
2010-04-20talloc: there is no ambiguity when freeing a ptr with a null parentAndrew Tridgell1-0/+62
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>