Merge "chan_sip: Fix segfault during module unload"

This commit is contained in:
Joshua Colp
2016-11-30 09:21:34 -06:00
committed by Gerrit Code Review
2 changed files with 8 additions and 4 deletions

View File

@@ -1669,7 +1669,6 @@ static void _urg_handler(int num)
static struct sigaction urg_handler = {
.sa_handler = _urg_handler,
.sa_flags = SA_RESTART,
};
static void _hup_handler(int num)