Browse Source

dispose status.

Caijinglong 6 years ago
parent
commit
6d833d607a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/src/controller/plugin.dart

+ 1 - 1
lib/src/controller/plugin.dart

@@ -27,7 +27,7 @@ class _IjkPlugin {
   /// texture id
   /// texture id
   int textureId;
   int textureId;
 
 
-  bool _isDisposed;
+  bool _isDisposed = false;
 
 
   bool get isDisposed => _isDisposed;
   bool get isDisposed => _isDisposed;