projects
/
platform
/
core
/
appfw
/
minicontrol.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
073aad3
)
Fix memory leak
40/114740/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Wed, 15 Feb 2017 01:30:47 +0000
(10:30 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Wed, 15 Feb 2017 01:30:47 +0000
(10:30 +0900)
Change-Id: Ia37a4f54a62f50733ddec76a65af218d059325fb
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/minicontrol-internal.c
patch
|
blob
|
history
diff --git
a/src/minicontrol-internal.c
b/src/minicontrol-internal.c
index e6ac2dc1b20548fe8e11b698fc049cb6ad9b7580..561320a8eaba5e763c91758919ee9038f2c222ba 100755
(executable)
--- a/
src/minicontrol-internal.c
+++ b/
src/minicontrol-internal.c
@@
-191,7
+191,7
@@
int _minictrl_provider_message_send(int event, const char *minicontrol_name,
ret = _minictrl_send_event(MINICTRL_DBUS_SIG_TO_VIEWER,
minicontrol_name, event, event_arg_bundle);
-
+ bundle_free(event_arg_bundle);
return ret;
}