summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/gif/bug00006.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gif/bug00006.c b/tests/gif/bug00006.c
index c80d387..95f7620 100644
--- a/tests/gif/bug00006.c
+++ b/tests/gif/bug00006.c
@@ -64,5 +64,6 @@ int main()
/* Destroy it */
gdImageDestroy(im);
+ free(file);
return error;
}