Initialize variable

This commit is contained in:
Robin Gareus 2019-08-12 14:34:17 +02:00
parent 875c66458d
commit 65dcc8fa30
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 1 additions and 0 deletions

View File

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