projects
/
platform
/
core
/
location
/
lbs-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c200c1
)
Resolved coverity issue
15/213815/1
author
Randeep Singh
<randeep.s@samsung.com>
Thu, 12 Sep 2019 08:43:14 +0000
(14:13 +0530)
committer
Randeep Singh
<randeep.s@samsung.com>
Thu, 12 Sep 2019 08:43:14 +0000
(14:13 +0530)
Change-Id: If230c13bd02727e8fca34b9930d41c5ef925528a
Signed-off-by: Randeep Singh <randeep.s@samsung.com>
lbs-server/src/fused.c
patch
|
blob
|
history
diff --git
a/lbs-server/src/fused.c
b/lbs-server/src/fused.c
index 5e2c1935987f7d76fb5175e002f2ad15fb227f45..fa060df6236a476c00e2819b6625901d086463cc 100644
(file)
--- a/
lbs-server/src/fused.c
+++ b/
lbs-server/src/fused.c
@@
-174,6
+174,8
@@
void location_fused_start()
for (i = 0; i < SENSOR_SOURCE_COUNT; i++) {
sensor_start(i);
}
+ free(calibration);
+ calibration = NULL;
}
void location_fused_stop()