plug a small memory leak in the last patch

This commit is contained in:
Charles Kerr 2008-05-11 22:55:15 +00:00
parent e607f26893
commit 44d3d2e080
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}