1
0
Fork 0
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:
Charles Kerr 2010-06-15 15:46:51 +00:00
parent 0eccb5a477
commit 7dc9d4ac69

View file

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