Merge "res_pjsip_history: Add missing unlock to CLI command." into 15

15.6
Jenkins2 7 years ago committed by Gerrit Code Review
commit e15272a7cd

@ -1280,7 +1280,7 @@ static char *pjsip_show_history(struct ast_cli_entry *e, int cmd, struct ast_cli
}
entry = ao2_bump(AST_VECTOR_GET(vec, 0));
if (vec == &vector_history) {
ast_mutex_lock(&history_lock);
ast_mutex_unlock(&history_lock);
}
}

Loading…
Cancel
Save