mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user