diff --git a/srtp/srtp.c b/srtp/srtp.c index 3e5e7b2d1..f0a4f6886 100644 --- a/srtp/srtp.c +++ b/srtp/srtp.c @@ -5003,7 +5003,7 @@ void srtp_stream_hash_remove(srtp_stream_hash_t hash, srtp_stream_list_t list = hash->list[stream_to_remove->ssrc & (SRTP_STREAM_HASH_SIZE - 1)]; - return srtp_stream_list_remove(list, stream_to_remove); + srtp_stream_list_remove(list, stream_to_remove); } void srtp_stream_hash_for_each(srtp_stream_hash_t hash,