This commit is contained in:
yumoqing 2019-12-24 13:06:09 +08:00
parent 7f105d4759
commit 93c08f2fcd

View File

@ -167,6 +167,8 @@ class VPlayer(FloatLayout):
def beforeDestroy(self):
try:
self.pause()
del self._video
except Exception as e:
print_exc()
return True