summaryrefslogtreecommitdiff
path: root/test/cscodec-utf16.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/cscodec-utf16.c')
-rw-r--r--test/cscodec-utf16.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cscodec-utf16.c b/test/cscodec-utf16.c
index f56516c..a49a710 100644
--- a/test/cscodec-utf16.c
+++ b/test/cscodec-utf16.c
@@ -87,6 +87,7 @@ int main(int argc, char **argv)
run_test(&ctx);
free(ctx.buf);
+ free(ctx.exp);
parserutils_charset_codec_destroy(ctx.codec);