mirror of
https://github.com/transmission/transmission
synced 2024-12-23 08:13:27 +00:00
(trunk utils) fix minor memory leak in transmission-create
This commit is contained in:
parent
04aee3c49b
commit
aa605b655c
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ main( int argc, char * argv[] )
|
|||
}
|
||||
putc( '\n', stdout );
|
||||
|
||||
tr_metaInfoBuilderFree( b );
|
||||
tr_free( out2 );
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue