handle some uninitialized variables

This commit is contained in:
Wim Taymans 2023-03-16 12:29:15 +01:00
parent 167681104b
commit 98a214891d
2 changed files with 5 additions and 3 deletions

View file

@ -552,7 +552,7 @@ stop:
static void sco_on_flush_timeout(struct spa_source *source)
{
struct impl *this = source->data;
uint64_t exp;
uint64_t exp = 0;
int res;
spa_log_trace(this->log, "%p: flush on timeout", this);