From aa3f30ccf82b39faf3ea0aa03c3282f85a7fd9e4 Mon Sep 17 00:00:00 2001 From: Stuart Morgan Date: Mon, 3 Jun 2013 21:51:53 +0100 Subject: [PATCH] Fix uninitialised member pointer in MNV NetTree. Coverity 1026734 --- mythplugins/mythnetvision/mythnetvision/nettree.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/mythplugins/mythnetvision/mythnetvision/nettree.h b/mythplugins/mythnetvision/mythnetvision/nettree.h index 233589edb88..b67409cf0b0 100644 --- a/mythplugins/mythnetvision/mythnetvision/nettree.h +++ b/mythplugins/mythnetvision/mythnetvision/nettree.h @@ -111,8 +111,6 @@ class NetTree : public MythScreenType GrabberDownloadThread *m_gdt; QString m_downloadFile; - QFile *m_file; - GrabberScript::scriptList m_grabberList; RSSSite::rssList m_rssList;