projects
/
platform
/
core
/
system
/
tlm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9c9220
)
Coverity fixes.
50/155350/2
author
INSUN PYO
<insun.pyo@samsung.com>
Fri, 13 Oct 2017 03:56:40 +0000
(
03:56
+0000)
committer
INSUN PYO
<insun.pyo@samsung.com>
Fri, 13 Oct 2017 04:45:23 +0000
(
04:45
+0000)
Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: I2027e8868d282f768053a671ecbdf27256ee502b
src/common/tlm-config.c
patch
|
blob
|
history
diff --git
a/src/common/tlm-config.c
b/src/common/tlm-config.c
index c49c7f0e663a77aa83b00c2e5d51be13a5e47714..071cd80d21f8b544420d5ae2fa0551702a9bc2a3 100755
(executable)
--- a/
src/common/tlm-config.c
+++ b/
src/common/tlm-config.c
@@
-161,6
+161,7
@@
_load_config (TlmConfig *self)
}
else {
WARN ("No valid configuration file found");
+ g_key_file_free (settings);
return FALSE;
}