From eec17fe051e1b2baac8d5755f2feb9bff2358640 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 27 Dec 2015 22:09:38 +0100 Subject: Ensure m_mp init for VLC input --- src/VLCInput.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/VLCInput.h') 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(); } -- cgit v1.2.3