commit | 5e48a85e6b88f42852d2b2e4f70a3dc6a681c8ba | [log] [tgz] |
---|---|---|
author | John Kåre Alsaker <john.kare.alsaker@gmail.com> | Fri Oct 12 12:25:11 2012 +0200 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Tue Oct 16 11:50:05 2012 -0400 |
tree | 5327d1ee922c0e41ba65787db2954099b3a65469 | |
parent | e2e3d07beb44bdb0fe7954cfefcd8c382b0cfea9 [diff] [blame] |
compositor-x11: Fix a memory leak.
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 @@ if (output_name) free(output_name); output_name = NULL; + free(output); goto err_free; }