diff options
author | chriszero <zerov83@gmail.com> | 2015-01-31 15:39:45 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-01-31 15:39:45 +0100 |
commit | 7eaaba1d58d1baeb35288e66ee5e9703ec10cdbe (patch) | |
tree | 93fc7113d6f2594875ebb78145fc5b82c1f765db /hlsPlayerControl.h | |
parent | 5e9305312db74b71aae9025f7bfe06bac8ebb885 (diff) | |
download | vdr-plugin-plex-7eaaba1d58d1baeb35288e66ee5e9703ec10cdbe.tar.gz vdr-plugin-plex-7eaaba1d58d1baeb35288e66ee5e9703ec10cdbe.tar.bz2 |
Fixes segfault in lcdproc, and probably graphtft
Diffstat (limited to 'hlsPlayerControl.h')
-rw-r--r-- | hlsPlayerControl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hlsPlayerControl.h b/hlsPlayerControl.h index 9b51c97..2f7347b 100644 --- a/hlsPlayerControl.h +++ b/hlsPlayerControl.h @@ -34,6 +34,7 @@ protected: public: static cControl* Create(plexclient::Video* Video); cHlsPlayerControl(cHlsPlayer* Player, plexclient::MediaContainer* Container); + virtual ~cHlsPlayerControl(); virtual void Show(void); virtual void Hide(void); |