mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-28 07:58:08 +01:00
fix leaks -- that don't really matter as process is exiting, but
quiets valgrind.
This commit is contained in:
parent
f3a4ff9dfc
commit
57cfefb6a9
1 changed files with 6 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue