mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
(trunk) fix a couple of memory leaks.
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user