princeamd pushed a commit to branch enlightenment-0.17.

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

    Backport: a019ffb :: Fix another memleak reported by klockwork.
    
    Signed-off-by: Chris Michael <[email protected]>
    Signed-off-by: Deon Thomas <[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))

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to