From 848daa84b5340e80f94aa27b62303b39bef8af09 Mon Sep 17 00:00:00 2001 From: Junghoon Park Date: Mon, 6 Aug 2018 11:07:10 +0900 Subject: [PATCH] Fix a bug about using wrong API for rpc-port Change-Id: I494395b730cfb95cb9bddbc5bb7087977d961a4b Signed-off-by: Junghoon Park --- idlc/cs_gen/cs_cb_rpc_port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idlc/cs_gen/cs_cb_rpc_port.h b/idlc/cs_gen/cs_cb_rpc_port.h index 97f6911..573aebb 100644 --- a/idlc/cs_gen/cs_cb_rpc_port.h +++ b/idlc/cs_gen/cs_cb_rpc_port.h @@ -443,7 +443,7 @@ namespace Tizen.Applications.RPCPort OnTerminatedEvent(); if (_stub != IntPtr.Zero) - Interop.LibRPCPort.Proxy.Destroy(_stub); + Interop.LibRPCPort.Stub.Destroy(_stub); _stub = IntPtr.Zero; disposedValue = true; -- 2.7.4