diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/VLCInput.h | 3 |
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(); } |