]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
translate: Skip matrix_rebuild during shutdown.
authorCorey Farrell <git@cfware.com>
Thu, 7 Dec 2017 05:35:14 +0000 (00:35 -0500)
committerCorey Farrell <git@cfware.com>
Thu, 7 Dec 2017 15:51:55 +0000 (09:51 -0600)
Change-Id: I1e5eef4029cba56e33d786c5a5ade8091e531a1e

main/translate.c

index 70e97f9556e663dc929996d57f40759eb982eda3..ce4745ce0e97a3d8e70d2f7331bbfa7e454f0b33 100644 (file)
@@ -1307,7 +1307,7 @@ int ast_unregister_translator(struct ast_translator *t)
        }
        AST_RWLIST_TRAVERSE_SAFE_END;
 
-       if (found) {
+       if (found && !ast_shutting_down()) {
                matrix_rebuild(0);
        }