1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-23 16:24:02 +00:00

(trunk utils) fix minor memory leak in transmission-create

This commit is contained in:
Charles Kerr 2010-09-27 15:07:57 +00:00
parent 04aee3c49b
commit aa605b655c

View file

@ -156,6 +156,7 @@ main( int argc, char * argv[] )
} }
putc( '\n', stdout ); putc( '\n', stdout );
tr_metaInfoBuilderFree( b );
tr_free( out2 ); tr_free( out2 );
return 0; return 0;
} }