(trunk) fix a couple of memory leaks.

This commit is contained in:
Charles Kerr
2009-05-14 17:18:17 +00:00
parent da42fe8a7c
commit 7aa58580f3
2 changed files with 10 additions and 7 deletions
+1
View File
@@ -818,6 +818,7 @@ closeServer( void * vserver )
#ifdef HAVE_ZLIB
deflateEnd( &s->stream );
#endif
tr_free( s->sessionId );
tr_free( s->whitelistStr );
tr_free( s->username );
tr_free( s->password );