diff --git a/daemon/call_interfaces.c b/daemon/call_interfaces.c index d34f51d3c..bd50f7404 100644 --- a/daemon/call_interfaces.c +++ b/daemon/call_interfaces.c @@ -962,6 +962,7 @@ static void call_ng_flags_sdp_attr_helper(sdp_ng_flags *out, str *s, helper_arg if (!sm) { ilog(LOG_WARN, "SDP manipulations: unsupported SDP section '" STR_FORMAT "' targeted.", STR_FMT(&token)); + return; } const struct sdp_attr_helper *h = arg.attr_helper; h->fn(out, s, &G_STRUCT_MEMBER(void *, sm, h->offset));