Searched defs:talloc_zfree (Results 1 - 1 of 1) sorted by relevance

/sssd/src/util/
H A Dutil.h107 #ifndef talloc_zfree
108 #define talloc_zfree(ptr) do { talloc_free(discard_const(ptr)); ptr = NULL; } while(0) macro

Completed in 7 milliseconds