From 3c1588efa253ea512b8359716c86e35f512b2770 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 7 Dec 2015 19:51:41 +0900 Subject: [PATCH] e comp randr support - fix leak of randr info this fixes case where randr info is not freed @fix --- src/bin/e_comp_x_randr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_comp_x_randr.c b/src/bin/e_comp_x_randr.c index 0c736296d..eb238cfec 100644 --- a/src/bin/e_comp_x_randr.c +++ b/src/bin/e_comp_x_randr.c @@ -536,6 +536,7 @@ e_comp_x_randr_config_apply(void) ecore_x_randr_crtc_info_free(info); break; } + ecore_x_randr_crtc_info_free(info); } } }