test: fix some memory leaks
This commit is contained in:
@@ -21,6 +21,7 @@ int main(void)
|
||||
printf("%s\n", tok);
|
||||
}
|
||||
b_iterator_unref(it);
|
||||
b_string_unref(str);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user