MT#55283 add missing iters increment

This is checked for race conditions but is not actually increased
anywhere.

Fixes #2148

Change-Id: Ia46ea32ffea6abf267f7ae872368f4f9c4446f29
pull/2149/head
Richard Fuchs 1 week ago
parent 26fee2610a
commit 5daae51b5b

@ -246,6 +246,7 @@ void *get_ssrc_full(uint32_t ssrc, struct ssrc_hash *ht, bool *created) {
add_ssrc_entry(ssrc, ent, ht);
if (created)
*created = true;
ht->iters++;
return ent;
}

Loading…
Cancel
Save