Skip to content

Commit

Permalink
Add missing return statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Jul 17, 2023
1 parent c51908d commit 1fa3b6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rtpp_sessinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ rtpp_sinfo_update(struct rtpp_sessinfo *sessinfo, struct rtpp_session *sp,
rtpp_polltbl_hst_record(&pvt->hst_rtcp, HST_ADD, rtcp->stuid, new_fds[1]);
pthread_mutex_unlock(&pvt->hst_rtcp.lock);
}
return;
e1:
pthread_mutex_unlock(&pvt->hst_rtcp.lock);
e0:
Expand Down

0 comments on commit 1fa3b6a

Please sign in to comment.