summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Matthews <tristan.matthews@savoirfairelinux.com>2014-07-16 11:15:43 -0400
committerErik de Castro Lopo <erikd@mega-nerd.com>2014-07-17 06:35:20 +1000
commite3cce28812b8dd96ba0169d06d851ffaed723a67 (patch)
tree541f0480ce66d5638d3c50bcc3506d46151f48db
parente2d39c7b69bf089cb285be9ccee3d16063f385fc (diff)
src/sndfile.hh: initialize all member variables
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
-rw-r--r--src/sndfile.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sndfile.hh b/src/sndfile.hh
index 0a0c62d..0e1c1c2 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