From: Rob Bradford <[email protected]>
---
clients/image.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/clients/image.c b/clients/image.c
index cbd466c..1f3c77c 100644
--- a/clients/image.c
+++ b/clients/image.c
@@ -373,6 +373,7 @@ image_create(struct display *display, const char *filename,
if (!image->image) {
fprintf(stderr, "could not find the image %s!\n", b);
+ free(image->filename);
free(image);
return NULL;
}
--
1.8.3.1
_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel