summaryrefslogtreecommitdiff
path: root/main/astobj2.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/astobj2.c')
-rw-r--r--main/astobj2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/astobj2.c b/main/astobj2.c
index bbe77859d..cc6ab7348 100644
--- a/main/astobj2.c
+++ b/main/astobj2.c
@@ -132,7 +132,7 @@ void ao2_bt(void)
for(i = 0; i < c; i++) {
ast_verbose("%d: %p %s\n", i, addresses[i], strings[i]);
}
- free(strings);
+ ast_std_free(strings);
}
#endif