mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
(trunk) fix minor memory leak in the bencode-test unit tests
This commit is contained in:
parent
0eccb5a477
commit
7dc9d4ac69
1 changed files with 1 additions and 0 deletions
|
@ -483,6 +483,7 @@ testBool( void )
|
|||
check( tr_bencDictFindInt( &top, "key4", &intVal ) )
|
||||
check( intVal )
|
||||
|
||||
tr_bencFree( &top );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue