mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
45be1c7ba4
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>
7 lines
244 B
Plaintext
7 lines
244 B
Plaintext
# Minimum and exact required versions for various libraries
|
|
# if we use the ones installed in the system.
|
|
define(TDB_MIN_VERSION,1.2.1)
|
|
define(TALLOC_MIN_VERSION,2.0.3)
|
|
define(LDB_REQUIRED_VERSION,0.9.10)
|
|
define(TEVENT_REQUIRED_VERSION,0.9.9)
|