From: Rob Bradford <[email protected]>

---
 src/compositor-x11.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/compositor-x11.c b/src/compositor-x11.c
index 6baf522..4a73253 100644
--- a/src/compositor-x11.c
+++ b/src/compositor-x11.c
@@ -1525,8 +1525,10 @@ x11_compositor_create(struct wl_display *display,
                if (strcmp(section_name, "output") != 0)
                        continue;
                weston_config_section_get_string(section, "name", &name, NULL);
-               if (name == NULL || name[0] != 'X')
+               if (name == NULL || name[0] != 'X') {
+                       free(name);
                        continue;
+               }
 
                weston_config_section_get_string(section,
                                                 "mode", &mode, "1024x600");
-- 
1.8.3.1

_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to