From d4e5c02a6b9ed332944bf378eab4e8be3a1be9f5 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Fri, 21 Dec 2018 11:19:31 +0900 Subject: [PATCH] Fix crash temporarily Change-Id: I24b54f5d03f23f09e1260c687d0ef4312c86c89c Signed-off-by: Jihoon Kim --- src/autofill-daemon.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/autofill-daemon.c b/src/autofill-daemon.c index 1ca0dd1..fbda668 100644 --- a/src/autofill-daemon.c +++ b/src/autofill-daemon.c @@ -350,8 +350,6 @@ static int __auth_info_request_cb(rpc_port_stub_AutofillAppPort_context_h contex free(view_id); } - rpc_port_autofill_svc_view_info_destroy(svi); - return 0; } -- 2.7.4