#include "ares_private.h"Include dependency graph for ares_free_string.c:
Go to the source code of this file.
Functions | |
| void | ares_free_string (unsigned char *str) |
|
|
Definition at line 25 of file ares_free_string.c. References free. Referenced by ares_query().
00026 {
00027 free(str);
00028 }
|
1.3.4