From 5e48a85e6b88f42852d2b2e4f70a3dc6a681c8ba Mon Sep 17 00:00:00 2001 From: =?utf8?q?John=20K=C3=A5re=20Alsaker?= Date: Fri, 12 Oct 2012 12:25:11 +0200 Subject: [PATCH] compositor-x11: Fix a memory leak. --- src/compositor-x11.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compositor-x11.c b/src/compositor-x11.c index 2349936..e616f45 100644 --- a/src/compositor-x11.c +++ b/src/compositor-x11.c @@ -1239,6 +1239,7 @@ output_section_done(void *data) if (output_name) free(output_name); output_name = NULL; + free(output); goto err_free; } -- 2.7.4