]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Let's remember to unregister JabberStatus too (issue #8184 reported by jmls)
authorJoshua Colp <jcolp@digium.com>
Thu, 19 Oct 2006 17:24:40 +0000 (17:24 +0000)
committerJoshua Colp <jcolp@digium.com>
Thu, 19 Oct 2006 17:24:40 +0000 (17:24 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@45694 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_jabber.c

index 70357c977f8147dc7adcfaf40804ee5fe7cbee6c..29671e917dcf0e732e477abc51771652559fd080 100644 (file)
@@ -2379,6 +2379,7 @@ static int unload_module(void)
 {
        ast_cli_unregister_multiple(aji_cli, sizeof(aji_cli) / sizeof(struct ast_cli_entry));
        ast_unregister_application(app_ajisend);
+       ast_unregister_application(app_ajistatus);
        ast_manager_unregister("JabberSend");
        ASTOBJ_CONTAINER_TRAVERSE(&clients, 1, {
                ASTOBJ_RDLOCK(iterator);