1
0
Nikita Tsukanov 5 жил өмнө
parent
commit
a496c6646c

+ 1 - 1
samples/interop/NativeEmbedSample/EmbedSample.cs

@@ -42,7 +42,7 @@ namespace NativeEmbedSample
 
 
         void DestroyLinux(IPlatformHandle handle)
         void DestroyLinux(IPlatformHandle handle)
         {
         {
-            _mplayer.Kill();
+            _mplayer?.Kill();
             _mplayer = null;
             _mplayer = null;
             base.DestroyNativeControlCore(handle);
             base.DestroyNativeControlCore(handle);
         }
         }