test: fix some memory leaks

This commit is contained in:
2025-11-03 21:29:59 +00:00
parent bd2fe50ec9
commit 5c6030488b
2 changed files with 4 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ int main(void)
printf("%s\n", tok);
}
b_iterator_unref(it);
b_string_unref(str);
return 0;
}