Merge "bridge_softmix.c: Fix memory leak."

This commit is contained in:
Jenkins2 2018-06-22 08:23:58 -05:00 committed by Gerrit Code Review
commit ae5b503f1c
1 changed files with 2 additions and 0 deletions

View File

@ -2218,6 +2218,8 @@ static void softmix_bridge_stream_topology_changed(struct ast_bridge *bridge, st
ast_channel_unlock(participant->chan);
ast_bridge_channel_unlock(participant);
}
AST_VECTOR_FREE(&media_types);
}
static struct ast_bridge_technology softmix_bridge = {