projects
/
platform
/
core
/
api
/
wifi-manager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44693bd
)
Fix memory leak
29/224129/1
author
Jaehyun Kim
<jeik01.kim@samsung.com>
Thu, 6 Feb 2020 10:48:32 +0000
(19:48 +0900)
committer
Jaehyun Kim
<jeik01.kim@samsung.com>
Thu, 6 Feb 2020 10:48:32 +0000
(19:48 +0900)
Change-Id: I4fd92339d05e43bed1eb4150cbbf02d6b6c48ea1
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
src/wifi_internal.c
patch
|
blob
|
history
diff --git
a/src/wifi_internal.c
b/src/wifi_internal.c
index
f89dd18
..
6fc9379
100755
(executable)
--- a/
src/wifi_internal.c
+++ b/
src/wifi_internal.c
@@
-1839,6
+1839,7
@@
void config_free(gpointer data)
g_free(h->eap_config->subject_match);
g_free(h->eap_config);
}
+ g_free(h);
}
void __clear_config_list(GSList **iterator)