From: Joshua Colp Date: Thu, 19 Oct 2006 17:24:40 +0000 (+0000) Subject: Let's remember to unregister JabberStatus too (issue #8184 reported by jmls) X-Git-Tag: 1.4.0-beta4~304 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ab793dcf888ed145a654ffdfe45e9b3c1b858da;p=thirdparty%2Fasterisk.git Let's remember to unregister JabberStatus too (issue #8184 reported by jmls) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@45694 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_jabber.c b/res/res_jabber.c index 70357c977f..29671e917d 100644 --- a/res/res_jabber.c +++ b/res/res_jabber.c @@ -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);