fix small memory leak

This commit is contained in:
Charles Kerr 2007-07-29 19:16:13 +00:00
parent e429ebcb1b
commit e1eaae5d19
1 changed files with 1 additions and 0 deletions

View File

@ -254,6 +254,7 @@ tr_fastResumeSave( const tr_torrent_t * tor )
assert( walk - buf == len );
fastResumeWriteData( FR_ID_SPEED, buf, 1, walk-buf, file );
tr_free( buf );
}