summaryrefslogtreecommitdiffstats
path: root/src/VLCInput.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/VLCInput.h')
-rw-r--r--src/VLCInput.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/VLCInput.h b/src/VLCInput.h
index 326c6cd..f5503e7 100644
--- a/src/VLCInput.h
+++ b/src/VLCInput.h
@@ -53,7 +53,8 @@ class VLCInput
m_rate(rate),
m_cache(cache),
m_gain(gain),
- m_vlc(NULL) { }
+ m_vlc(nullptr),
+ m_mp(nullptr) { }
~VLCInput() { cleanup(); }