summaryrefslogtreecommitdiff
path: root/main/stasis_message_router.c
diff options
context:
space:
mode:
authorKevin Harwell <kharwell@digium.com>2015-01-17 00:35:59 +0000
committerKevin Harwell <kharwell@digium.com>2015-01-17 00:35:59 +0000
commit07e2a48ab12580ef4a6279fdf2edbcaa4a038efa (patch)
treefb2594762a9860994f0d3eec02e4b3f5417d500a /main/stasis_message_router.c
parent1111944afb7b0c6a03643bc5a74af835bb5a64ef (diff)
REVERTING res_pjsip: make it unloadable
Due to the original patch causing memory corruptions the patch is being removed until the problem can be resolved. ........ Merged revisions 430734 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@430735 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/stasis_message_router.c')
-rw-r--r--main/stasis_message_router.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/stasis_message_router.c b/main/stasis_message_router.c
index d58ed089d..a9e458456 100644
--- a/main/stasis_message_router.c
+++ b/main/stasis_message_router.c
@@ -255,7 +255,7 @@ void stasis_message_router_unsubscribe(struct stasis_message_router *router)
return;
}
- router->subscription = stasis_unsubscribe(router->subscription);
+ stasis_unsubscribe(router->subscription);
}
void stasis_message_router_unsubscribe_and_join(