projects
/
platform
/
core
/
appfw
/
rpc-port.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c56eeee
)
Add a missing implementation
74/315374/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Wed, 31 Jul 2024 05:13:56 +0000
(14:13 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Wed, 31 Jul 2024 05:13:56 +0000
(14:13 +0900)
When creating the gsource is failed, the function must be returned.
Change-Id: Id0de49f9d93aa3afad8f9fa311719cc802179574
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/rpc-port/ac-internal.cc
patch
|
blob
|
history
diff --git
a/src/rpc-port/ac-internal.cc
b/src/rpc-port/ac-internal.cc
index 242a2cf165b951a069b38a2b782ad2260fbb0ac0..498a3096a9e7e00d67c93bd94d8e035e69945d3f 100644
(file)
--- a/
src/rpc-port/ac-internal.cc
+++ b/
src/rpc-port/ac-internal.cc
@@
-206,6
+206,7
@@
void AccessController::CheckAsync(int fd, std::string sender_appid,
if (source == nullptr) {
_E("g_idle_source_new() is failed");
delete cbdata;
+ return Job::Type::Continue;
}
g_source_set_callback(