aboutsummaryrefslogtreecommitdiff
path: root/tccpp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tccpp.c')
-rw-r--r--tccpp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tccpp.c b/tccpp.c
index 05098e1..c0c7aec 100644
--- a/tccpp.c
+++ b/tccpp.c
@@ -2857,7 +2857,7 @@ static inline int *macro_twosharps(const int *macro_str)
n, cstr.data, (char*)cstr.data + n);
}
tcc_close();
- cstr_reset(&cstr);
+ cstr_free(&cstr);
}
}
if (tok != TOK_NOSUBST)