projects
/
platform
/
core
/
security
/
klay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1e187e
)
Fix a svace issue for DOUBLE_CLOSE
36/324936/1
accepted/tizen_unified
accepted/tizen_unified_x
tizen
accepted/tizen/unified/20250604.163022
accepted/tizen/unified/x/20250604.211402
author
Dongsun Lee
<ds73.lee@samsung.com>
Thu, 29 May 2025 03:22:48 +0000
(12:22 +0900)
committer
Dongsun Lee
<ds73.lee@samsung.com>
Thu, 29 May 2025 03:22:48 +0000
(12:22 +0900)
Change-Id: Ie642adb2d8efb67dc147cf94fb00ece95eb9208a
src/eventfd.cpp
patch
|
blob
|
history
diff --git
a/src/eventfd.cpp
b/src/eventfd.cpp
index 1d937a93ae33e7ffb4286dfb5acb8610b07841c7..32e15ff1bd6211896448d6e5da83a58fe2ef1ba3 100644
(file)
--- a/
src/eventfd.cpp
+++ b/
src/eventfd.cpp
@@
-43,6
+43,7
@@
EventFD::~EventFD()
void EventFD::close()
{
::close(fd);
+ fd = -1;
}
void EventFD::send()