aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/frontend.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-10-09 22:48:25 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-10-09 22:48:25 +0000
commit68954b49798e996808161796f1b42a1ae1ac487b (patch)
tree82300745cf63715c506227d7ef4bff58283349fb /lib/dvb/frontend.h
parent2181827d10c268014dc6e56780ffaf9e0d9cf1f7 (diff)
downloadenigma2-68954b49798e996808161796f1b42a1ae1ac487b.tar.gz
enigma2-68954b49798e996808161796f1b42a1ae1ac487b.zip
fix possible memleak
Diffstat (limited to 'lib/dvb/frontend.h')
-rw-r--r--lib/dvb/frontend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dvb/frontend.h b/lib/dvb/frontend.h
index ab8c4479..78011276 100644
--- a/lib/dvb/frontend.h
+++ b/lib/dvb/frontend.h
@@ -14,6 +14,7 @@ class eDVBFrontendParameters: public iDVBFrontendParameters
int m_type;
public:
eDVBFrontendParameters();
+ ~eDVBFrontendParameters() {}
RESULT getSystem(int &type) const;
RESULT getDVBS(eDVBFrontendParametersSatellite &SWIG_OUTPUT) const;