projects
/
platform
/
core
/
multimedia
/
mmsvc-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ab7d3e
)
Update to remove unix domain socket files
25/194225/4
author
YoungHun Kim
<yh8004.kim@samsung.com>
Fri, 30 Nov 2018 06:30:55 +0000
(15:30 +0900)
committer
YoungHun Kim
<yh8004.kim@samsung.com>
Mon, 10 Dec 2018 07:57:49 +0000
(07:57 +0000)
Change-Id: I716e84d60b2904041e66320fa19c179c8fed5e25
unittest/muse_gtest_socket.cpp
patch
|
blob
|
history
diff --git
a/unittest/muse_gtest_socket.cpp
b/unittest/muse_gtest_socket.cpp
index
544b004
..
c9701ff
100644
(file)
--- a/
unittest/muse_gtest_socket.cpp
+++ b/
unittest/muse_gtest_socket.cpp
@@
-199,5
+199,7
@@
bool muse_gtest_socket(muse_channel_e channel)
return false;
}
+ unlink(UDS_files[channel]);
+
return true;
}