diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-18 14:34:56 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-18 14:35:16 +0200 |
commit | 48f4715d1cfe3c1dc39533ff5d2441399b769ae9 (patch) | |
tree | 310505010a9548091554ea64a59c52ebdf731577 /src/coopgammad.c | |
parent | Move disconnect and reconnect to servers/crtc.c, but keep gamma reapplication in servers/gamma.c (diff) | |
download | coopgammad-48f4715d1cfe3c1dc39533ff5d2441399b769ae9.tar.gz coopgammad-48f4715d1cfe3c1dc39533ff5d2441399b769ae9.tar.bz2 coopgammad-48f4715d1cfe3c1dc39533ff5d2441399b769ae9.tar.xz |
bug fix
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | src/coopgammad.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/coopgammad.c b/src/coopgammad.c index f46957e..8cbc616 100644 --- a/src/coopgammad.c +++ b/src/coopgammad.c @@ -355,7 +355,6 @@ static enum init_status initialise(int full, int preserve, int foreground, int k goto fail; if (initialise_gamma_info() < 0) goto fail; - free(crtcs), crtcs = NULL; /* Sort outputs */ qsort(outputs, outputs_n, sizeof(*outputs), output_cmp_by_name); |