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:
a367f62
)
e_module: fix possible memory leak
author
MinJeong Kim
<minjjj.kim@samsung.com>
Wed, 30 Dec 2015 07:28:46 +0000
(16:28 +0900)
committer
Seunghun Lee
<shiin.lee@samsung.com>
Thu, 21 Jan 2016 07:20:12 +0000
(16:20 +0900)
Change-Id: I11e20151237d6002e9e1c5183366ece827b596de
src/bin/e_module.c
patch
|
blob
|
history
diff --git
a/src/bin/e_module.c
b/src/bin/e_module.c
index 276216882e52847943c2c32493fca6af0195b89f..dc9959e03c80da237cc8a8adcebd2b095f1c4e97 100644
(file)
--- a/
src/bin/e_module.c
+++ b/
src/bin/e_module.c
@@
-782,6
+782,7
@@
e_module_deferred_job(void)
_e_module_dialog_disable_show(dd->title, dd->body, dd->m);
eina_stringshare_del(dd->title);
eina_stringshare_del(dd->body);
+ E_FREE(dd);
}
}