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

Merge "translate: Skip matrix_rebuild during shutdown."

parents d7f3f8c2 c2c99958
No related branches found
No related tags found
No related merge requests found
...@@ -1307,7 +1307,7 @@ int ast_unregister_translator(struct ast_translator *t) ...@@ -1307,7 +1307,7 @@ int ast_unregister_translator(struct ast_translator *t)
} }
AST_RWLIST_TRAVERSE_SAFE_END; AST_RWLIST_TRAVERSE_SAFE_END;
if (found) { if (found && !ast_shutting_down()) {
matrix_rebuild(0); matrix_rebuild(0);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment