Skip to content

Commit

Permalink
Release mutex before goto (#2877)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rytis Kymantas committed Feb 9, 2022
1 parent a8a0b93 commit 7e7ffc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions janus.c
Original file line number Diff line number Diff line change
Expand Up @@ -1671,6 +1671,7 @@ int janus_process_incoming_request(janus_request *request) {
g_free(jsep_type);
g_free(jsep_sdp_stripped);
janus_flags_clear(&handle->webrtc_flags, JANUS_ICE_HANDLE_WEBRTC_PROCESSING_OFFER);
janus_mutex_unlock(&handle->mutex);
goto jsondone;
}
json_t *simulcast = NULL;
Expand Down

0 comments on commit 7e7ffc0

Please sign in to comment.