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.


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@430734 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin Harwell
2015-01-17 00:31:40 +00:00
parent e257244bbb
commit 34c220203f
11 changed files with 32 additions and 151 deletions

View File

@@ -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(