MT#55283 add missing iters increment

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

Fixes #2148

Change-Id: Ia46ea32ffea6abf267f7ae872368f4f9c4446f29
(cherry picked from commit 5daae51b5b)
(cherry picked from commit b4190c2f53)
mr13.5.1
Richard Fuchs 2 weeks ago
parent e67b524650
commit 0b8365441c

@ -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