projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6eaf073
)
[WGID-207858] Fixed memory leak
66/128966/1
accepted/tizen/unified/20170512.165707
submit/tizen/20170512.071139
tizen_4.0.m1_release
author
Seonah Moon
<seonah1.moon@samsung.com>
Fri, 12 May 2017 07:07:24 +0000
(16:07 +0900)
committer
Seonah Moon
<seonah1.moon@samsung.com>
Fri, 12 May 2017 07:07:35 +0000
(16:07 +0900)
Change-Id: I2b291f130292951dcc962c1970f4d484463de9f5
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
vpn/plugins/ipsec.c
patch
|
blob
|
history
diff --git
a/vpn/plugins/ipsec.c
b/vpn/plugins/ipsec.c
index 09018897578766e9bc99db91809220aabf4f525f..2465ad401e8401ec2d313d19e1bbe50e14681fd6 100644
(file)
--- a/
vpn/plugins/ipsec.c
+++ b/
vpn/plugins/ipsec.c
@@
-1049,6
+1049,8
@@
static int ipsec_connect(struct vpn_provider *provider,
connman_error("charon start failed");
if (cb)
cb(provider, user_data, err);
+
+ g_free(data);
return err;
}