aboutsummaryrefslogtreecommitdiff
path: root/ares_free_string.c
diff options
context:
space:
mode:
Diffstat (limited to 'ares_free_string.c')
-rw-r--r--ares_free_string.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ares_free_string.c b/ares_free_string.c
index e0545c1..024992e 100644
--- a/ares_free_string.c
+++ b/ares_free_string.c
@@ -15,11 +15,11 @@
*/
#include "ares_setup.h"
-#include <stdlib.h>
+
#include "ares.h"
#include "ares_private.h"
void ares_free_string(void *str)
{
- free(str);
+ ares_free(str);
}