Fix a bug about using wrong API for rpc-port 64/185964/1
authorJunghoon Park <jh9216.park@samsung.com>
Mon, 6 Aug 2018 02:07:10 +0000 (11:07 +0900)
committerJunghoon Park <jh9216.park@samsung.com>
Mon, 6 Aug 2018 02:07:10 +0000 (11:07 +0900)
Change-Id: I494395b730cfb95cb9bddbc5bb7087977d961a4b
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
idlc/cs_gen/cs_cb_rpc_port.h

index 97f6911..573aebb 100644 (file)
@@ -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;