Initialize variable

This commit is contained in:
Robin Gareus
2019-08-12 14:34:17 +02:00
parent 875c66458d
commit 65dcc8fa30

View File

@@ -369,6 +369,7 @@ TruePeakdsp::TruePeakdsp (void)
: _m (0)
, _p (0)
, _res (true)
, _res_peak (true)
, _buf (NULL)
{
}