projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10acf59
)
Fix another memleak reported by klockwork.
author
Chris Michael
<cp.michael@samsung.com>
Mon, 20 May 2013 09:30:14 +0000
(10:30 +0100)
committer
Chris Michael
<cp.michael@samsung.com>
Mon, 20 May 2013 09:31:01 +0000
(10:31 +0100)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/conf_randr/e_smart_randr.c
patch
|
blob
|
history
diff --git
a/src/modules/conf_randr/e_smart_randr.c
b/src/modules/conf_randr/e_smart_randr.c
index 139a675a2110bc3706226bbe54438e1a17f76970..f925abcb2a8dec9726a6d458dbe233be2eb9b5a5 100644
(file)
--- 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(
r
outputs);
}
if ((vw == 0) && (vh == 0))