From e3cce28812b8dd96ba0169d06d851ffaed723a67 Mon Sep 17 00:00:00 2001 From: Tristan Matthews Date: Wed, 16 Jul 2014 11:15:43 -0400 Subject: [PATCH] src/sndfile.hh: initialize all member variables Signed-off-by: Erik de Castro Lopo --- src/sndfile.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sndfile.hh b/src/sndfile.hh index 0a0c62d7..0e1c1c20 100644 --- a/src/sndfile.hh +++ b/src/sndfile.hh @@ -155,7 +155,7 @@ class SndfileHandle inline SndfileHandle::SNDFILE_ref::SNDFILE_ref (void) -: ref (1) +: sf (NULL), sfinfo (), ref (1) {} inline