projects
/
platform
/
core
/
uifw
/
autofill-daemon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b382982
)
Fix crash issue in autofill_cancel_fill_request() UTC
41/269641/1
author
Jihoon Kim
<jihoon48.kim@samsung.com>
Wed, 19 Jan 2022 20:27:55 +0000
(
05:27
+0900)
committer
Jihoon Kim
<jihoon48.kim@samsung.com>
Wed, 19 Jan 2022 20:27:55 +0000
(
05:27
+0900)
Change-Id: I80fe4a53f86a10d2e0987c8fbfd64cc97d289e3f
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/autofill-daemon.c
patch
|
blob
|
history
diff --git
a/src/autofill-daemon.c
b/src/autofill-daemon.c
index
c97d41c
..
fae3edf
100644
(file)
--- a/
src/autofill-daemon.c
+++ b/
src/autofill-daemon.c
@@
-404,7
+404,7
@@
static int __autofill_cancel_fill_request_cb(rpc_port_stub_AutofillAppPort_conte
goto end;
}
- rpc_port_stub_list_autofill_item_foreach(items, __view_info_item_cb,
&
svc_items);
+ rpc_port_stub_list_autofill_item_foreach(items, __view_info_item_cb, svc_items);
if (rpc_port_proxy_autofill_svc_view_info_create(&svi) != RPC_PORT_ERROR_NONE) {
goto end;