diff --git a/openlp/core/ui/maindisplay.py b/openlp/core/ui/maindisplay.py index 297f5430b..06afb0313 100644 --- a/openlp/core/ui/maindisplay.py +++ b/openlp/core/ui/maindisplay.py @@ -606,7 +606,6 @@ class AudioPlayer(QtCore.QObject): self.stop() for path in self.mediaObject.outputPaths(): path.disconnect() - QtCore.QObject.__del__(self) def onAboutToFinish(self): """