discomfitor pushed a commit to branch enlightenment-0.20.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=fb7fce89352a229f46aec7c84bba3d3a9365d67c

commit fb7fce89352a229f46aec7c84bba3d3a9365d67c
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Mon Dec 7 19:51:41 2015 +0900

    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 0c73629..eb238cf 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);
                                    }
                               }
                          }

-- 


Reply via email to