mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(trunk libT) fix memory leak in tr_utf8clean()'s utility function to_utf8()
This commit is contained in:
@@ -1252,6 +1252,8 @@ to_utf8( const char * in, size_t inlen )
|
||||
iconv_close( cd );
|
||||
}
|
||||
}
|
||||
|
||||
tr_free( out );
|
||||
#endif
|
||||
|
||||
if( ret == NULL )
|
||||
|
||||
Reference in New Issue
Block a user