Skip to content
Snippets Groups Projects
Commit 54a86779 authored by Jenkins2's avatar Jenkins2 Committed by Gerrit Code Review
Browse files

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

parents ac7501b1 2691ee68
Branches
Tags
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment