diff options
Diffstat (limited to 'test-file.c')
-rw-r--r-- | test-file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-file.c b/test-file.c index 587d7a9..cf40fab 100644 --- a/test-file.c +++ b/test-file.c @@ -31,6 +31,7 @@ int main () { putc ('\n', fw); lbs_array_unref (line); } + lbs_array_unref (line); fclose (fp); fclose (fw); |