summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchriszero <zerov83@gmail.com>2015-09-13 19:33:24 +0200
committerchriszero <zerov83@gmail.com>2015-09-13 19:33:24 +0200
commitf22f21bcacdd4b57b14e5400fe6a55cf83b268d3 (patch)
treeba54d438f1ee64cdd8ea7db7097c3d9abb64b258
parent43d3acbfcc8fbabdc8ca10ac6594f69a82783ec3 (diff)
downloadvdr-plugin-plex-f22f21bcacdd4b57b14e5400fe6a55cf83b268d3.tar.gz
vdr-plugin-plex-f22f21bcacdd4b57b14e5400fe6a55cf83b268d3.tar.bz2
Fixes segfault on vdr exit
-rw-r--r--plex.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plex.cpp b/plex.cpp
index 7a6e675..cf09120 100644
--- a/plex.cpp
+++ b/plex.cpp
@@ -33,7 +33,6 @@ cMyPlugin::~cMyPlugin(void)
{
plexclient::plexgdm::GetInstance().stopRegistration();
plexclient::ControlServer::GetInstance().Stop();
- delete m_pSdCheck;
}
/**