[Tizen.Applications.Common] [RPCPort] Fix a bug about calling wrong native api (...
authorpjh9216 <jh9216.park@samsung.com>
Mon, 6 Aug 2018 02:02:02 +0000 (11:02 +0900)
committerGitHub <noreply@github.com>
Mon, 6 Aug 2018 02:02:02 +0000 (11:02 +0900)
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
src/Tizen.Applications.Common/Tizen.Applications.RPCPort/StubBase.cs

index c9cc668..08ed890 100755 (executable)
@@ -181,7 +181,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;