Skip to content

Memory leak issue in jsoncpp ver 0.10.7(0.y.z) #1051

Closed
@subithaparamasivan

Description

@subithaparamasivan

We tried to feed 128KB data in JSON parser API , which took almost 2MB of memory .

Please find the below code for your reference ,

if(!reader.parse(buf, root))
{
return false;
}

Could you please provide your input on this .

Thanks & Regards,
Subitha.P

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions