Initialize all class memebers (CID 33712).

This commit is contained in:
Alexandru Csete 2015-11-26 21:37:36 +01:00
parent c33da02b5b
commit c15da4dbdd

View File

@ -53,7 +53,8 @@ pa_sink::pa_sink(const string device_name, int audio_rate,
gr::io_signature::make (0, 0, 0)),
d_stream_name(stream_name),
d_app_name(app_name),
d_auto_flush(300)
d_auto_flush(300),
d_last_flush(0)
{
int error;