forked from Mirrors/freeswitch
CID 1229134: fix small memory leak
This commit is contained in:
parent
388d980b86
commit
b1f382c67e
@ -2654,6 +2654,8 @@ SWITCH_DECLARE(int) switch_wait_socklist(switch_waitlist_t *waitlist, uint32_t l
|
||||
}
|
||||
}
|
||||
|
||||
free(pfds);
|
||||
|
||||
return r;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user