fix leaks -- that don't really matter as process is exiting, but

quiets valgrind.
This commit is contained in:
Andy2 2011-06-29 18:45:02 -07:00
parent f3a4ff9dfc
commit 57cfefb6a9

View file

@ -383,6 +383,12 @@ XWThreadPool::real_listener()
}
}
free( fds );
free( stypes );
#ifdef LOG_POLL
free( log );
#endif
logf( XW_LOGINFO, "real_listener returning" );
return NULL;
} /* real_listener */