CID 1229134: fix small memory leak

This commit is contained in:
William King 2014-07-29 21:42:31 -07:00
parent 388d980b86
commit b1f382c67e

View File

@ -2654,6 +2654,8 @@ SWITCH_DECLARE(int) switch_wait_socklist(switch_waitlist_t *waitlist, uint32_t l
}
}
free(pfds);
return r;
}