bugfix
This commit is contained in:
parent
7f105d4759
commit
93c08f2fcd
@ -167,6 +167,8 @@ class VPlayer(FloatLayout):
|
|||||||
def beforeDestroy(self):
|
def beforeDestroy(self):
|
||||||
try:
|
try:
|
||||||
self.pause()
|
self.pause()
|
||||||
|
del self._video
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print_exc()
|
print_exc()
|
||||||
return True
|
return True
|
||||||
|
Loading…
Reference in New Issue
Block a user