Skip to content

Commit

Permalink
Merge pull request #3330 from NormB/master
Browse files Browse the repository at this point in the history
Update rtp_relay_ctx.c to avoid segfault
  • Loading branch information
razvancrainea committed Mar 8, 2024
2 parents 48e0a4c + 058e9bc commit fcfacae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rtp_relay/rtp_relay_ctx.c
Original file line number Diff line number Diff line change
Expand Up @@ -2582,7 +2582,7 @@ mi_response_t *mi_rtp_relay_update_callid(const mi_params_t *params,
if (rtp_relay_ctx_pending(ctx)) {
RTP_RELAY_CTX_UNLOCK(ctx);
lock_stop_read(rtp_relay_contexts_lock);
goto error;
return 0;
}

ctmp = rtp_relay_new_tmp(ctx, set, node);
Expand Down

0 comments on commit fcfacae

Please sign in to comment.