Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 79 of file alloc.c.
Referenced by do_host_lookup(), free_hash_bucket(), tree_concat(), and tree_evaluate().
{ if (!ptr) { warning("dfree %s: free on null pointer.", name); return; } free(ptr); }