devilhorns pushed a commit to branch master.

commit a019ffb7ac58835a7a27bffa314913c4e232be0a
Author: Chris Michael <[email protected]>
Date:   Mon May 20 10:30:14 2013 +0100

    Fix another memleak reported by klockwork.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/modules/conf_randr/e_smart_randr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/conf_randr/e_smart_randr.c 
b/src/modules/conf_randr/e_smart_randr.c
index 139a675..f925abc 100644
--- a/src/modules/conf_randr/e_smart_randr.c
+++ b/src/modules/conf_randr/e_smart_randr.c
@@ -148,7 +148,7 @@ e_smart_randr_virtual_size_calc(Evas_Object *obj)
              free(modes);
           }
 
-        free(outputs);
+        free(routputs);
      }
 
    if ((vw == 0) && (vh == 0))

-- 

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d

Reply via email to