mirror of
https://github.com/transmission/transmission
synced 2025-03-09 21:54:09 +00:00
fix small memory leak
This commit is contained in:
parent
e429ebcb1b
commit
e1eaae5d19
1 changed files with 1 additions and 0 deletions
|
@ -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 );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue