diff options
author | chriszero <zerov83@gmail.com> | 2015-09-13 19:33:24 +0200 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-09-13 19:33:24 +0200 |
commit | f22f21bcacdd4b57b14e5400fe6a55cf83b268d3 (patch) | |
tree | ba54d438f1ee64cdd8ea7db7097c3d9abb64b258 | |
parent | 43d3acbfcc8fbabdc8ca10ac6594f69a82783ec3 (diff) | |
download | vdr-plugin-plex-f22f21bcacdd4b57b14e5400fe6a55cf83b268d3.tar.gz vdr-plugin-plex-f22f21bcacdd4b57b14e5400fe6a55cf83b268d3.tar.bz2 |
Fixes segfault on vdr exit
-rw-r--r-- | plex.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -33,7 +33,6 @@ cMyPlugin::~cMyPlugin(void) { plexclient::plexgdm::GetInstance().stopRegistration(); plexclient::ControlServer::GetInstance().Stop(); - delete m_pSdCheck; } /** |