projects
/
platform
/
core
/
connectivity
/
stc-iptables.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92b9637
)
Fix resource leak
75/308475/1
accepted/tizen_unified_dev
accepted/tizen/9.0/unified/20241030.234524
accepted/tizen/unified/20240327.064213
accepted/tizen/unified/20240401.165621
accepted/tizen/unified/dev/20240620.005359
accepted/tizen/unified/x/20240402.012052
tizen_9.0_m2_release
author
Jaehyun Kim
<jeik01.kim@samsung.com>
Tue, 26 Mar 2024 07:50:23 +0000
(16:50 +0900)
committer
Jaehyun Kim
<jeik01.kim@samsung.com>
Tue, 26 Mar 2024 07:50:23 +0000
(16:50 +0900)
Change-Id: I339af26955d72db7a204acf99ba98e810f6f69b2
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
src/helper/helper-config.c
patch
|
blob
|
history
diff --git
a/src/helper/helper-config.c
b/src/helper/helper-config.c
index 26801e82bed0d91b7293704ede96f1010bb27cbc..243201ae1db78a385a39e23617901965cd738cfd 100755
(executable)
--- a/
src/helper/helper-config.c
+++ b/
src/helper/helper-config.c
@@
-98,4
+98,6
@@
void helper_config_init(void)
g_key_file_set_integer(keyfile, path, INFO_LOGMODE, 0);
__save_config_file(keyfile, path);
+
+ g_key_file_free(keyfile);
}