Searched defs:talloc_zfree (Results 1 - 1 of 1) sorted by relevance
| /sssd-io/src/util/ | ||
| H A D | util.h | 113 #ifndef talloc_zfree 114 #define talloc_zfree(ptr) do { talloc_free(discard_const(ptr)); ptr = NULL; } while(0) macro |
Completed in 15 milliseconds