Skip to content

Commit 111d5af

Browse files
committed
test: mtmd_input_chunks_free
1 parent 92d2404 commit 111d5af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test-mtmd-c-api.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ int main(void) {
5454
}
5555
}
5656

57+
// Free the chunks
58+
mtmd_input_chunks_free(chunks);
59+
5760
printf("\n\nDONE: test libmtmd C API...\n");
5861

5962
return 0;

0 commit comments

Comments
 (0)