remove unneeded check

--HG--
branch : fuzz
This commit is contained in:
Matt Johnston 2017-05-22 22:09:38 +08:00
parent 114438e669
commit 84a143a605

View File

@ -88,10 +88,6 @@ void chancleanup() {
unsigned int i;
if (!ses.channels) {
return;
}
TRACE(("enter chancleanup"))
for (i = 0; i < ses.chansize; i++) {
if (ses.channels[i] != NULL) {