(trunk) fix minor memory leak in the bencode-test unit tests

This commit is contained in:
Charles Kerr 2010-06-15 15:46:51 +00:00
parent 0eccb5a477
commit 7dc9d4ac69
1 changed files with 1 additions and 0 deletions

View File

@ -483,6 +483,7 @@ testBool( void )
check( tr_bencDictFindInt( &top, "key4", &intVal ) )
check( intVal )
tr_bencFree( &top );
return 0;
}