projects
/
platform
/
core
/
convergence
/
d2d-conv-manager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
284d330
)
RQ161107-00844 : Fixed memory leak issue
26/96526/1
author
kmook
<kmook.choi@samsung.com>
Wed, 9 Nov 2016 08:12:29 +0000
(17:12 +0900)
committer
kmook
<kmook.choi@samsung.com>
Wed, 9 Nov 2016 08:12:34 +0000
(17:12 +0900)
Change-Id: I9a948ccd349c18d4ad115ac4dab85dc06f44fc52
Signed-off-by: kmook <kmook.choi@samsung.com>
daemon/Util.cpp
patch
|
blob
|
history
diff --git
a/daemon/Util.cpp
b/daemon/Util.cpp
index 0aaeb6ea156c003f41f71679508dbcb05b41bda8..503cfa1e564661ce27bec766ef432feb6917aec9 100755
(executable)
--- a/
daemon/Util.cpp
+++ b/
daemon/Util.cpp
@@
-65,6
+65,7
@@
std::string conv::util::getDeviceName()
__deviceName = "Tizen";
} else {
__deviceName = deviceName;
+ free(deviceName);
}
_D("device_name: %s", __deviceName.c_str());