summaryrefslogtreecommitdiff
path: root/rpihddevice.c
diff options
context:
space:
mode:
Diffstat (limited to 'rpihddevice.c')
-rw-r--r--rpihddevice.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/rpihddevice.c b/rpihddevice.c
index 05ce3d0..03c0813 100644
--- a/rpihddevice.c
+++ b/rpihddevice.c
@@ -12,7 +12,7 @@
#include "setup.h"
#include "types.h"
-static const char *VERSION = "0.0.6a";
+static const char *VERSION = "0.0.7";
static const char *DESCRIPTION = "HD output device for Raspberry Pi";
class cDummyDevice : cDevice
@@ -71,7 +71,6 @@ cPluginRpiHdDevice::cPluginRpiHdDevice(void) :
cPluginRpiHdDevice::~cPluginRpiHdDevice()
{
- delete m_device;
cRpiSetup::DropInstance();
}