summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunghoon Park <jh9216.park@samsung.com>2018-08-06 11:07:10 +0900
committerJunghoon Park <jh9216.park@samsung.com>2018-08-06 11:07:10 +0900
commit848daa84b5340e80f94aa27b62303b39bef8af09 (patch)
tree41abf099803d9673e2c3730ed3a55bf93b3392ac
parent027005ed3dd5f135d9717801e5cf6f2175416e44 (diff)
downloadtidl-848daa84b5340e80f94aa27b62303b39bef8af09.tar.gz
tidl-848daa84b5340e80f94aa27b62303b39bef8af09.tar.bz2
tidl-848daa84b5340e80f94aa27b62303b39bef8af09.zip
Fix a bug about using wrong API for rpc-port
Change-Id: I494395b730cfb95cb9bddbc5bb7087977d961a4b Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
-rw-r--r--idlc/cs_gen/cs_cb_rpc_port.h2
1 files changed, 1 insertions, 1 deletions
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;