Merge "translate: Skip matrix_rebuild during shutdown." into 13

certified/13.21
Jenkins2 8 years ago committed by Gerrit Code Review
commit 54a86779a3

@ -1298,7 +1298,7 @@ int ast_unregister_translator(struct ast_translator *t)
}
AST_RWLIST_TRAVERSE_SAFE_END;
if (found) {
if (found && !ast_shutting_down()) {
matrix_rebuild(0);
}

Loading…
Cancel
Save