summaryrefslogtreecommitdiff
path: root/ares_free_string.c
diff options
context:
space:
mode:
Diffstat (limited to 'ares_free_string.c')
-rw-r--r--ares_free_string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares_free_string.c b/ares_free_string.c
index 9441089..024992e 100644
--- a/ares_free_string.c
+++ b/ares_free_string.c
@@ -21,5 +21,5 @@
void ares_free_string(void *str)
{
- free(str);
+ ares_free(str);
}