mirror of
https://github.com/transmission/transmission.git
synced 2026-04-23 18:29:54 +01:00
plug a small memory leak in the last patch
This commit is contained in:
@@ -141,6 +141,7 @@ tr_jsonParse( const void * vbuf,
|
||||
if( setme_end )
|
||||
*setme_end = (const uint8_t*) buf;
|
||||
|
||||
delete_JSON_checker( checker );
|
||||
tr_ptrArrayFree( data.stack, NULL );
|
||||
return err;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user