Skip to content

This polygonal area will cause memory to continue to explode #85

@ajune-wang

Description

@ajune-wang

Hello author, while running this polygon file, I found that it keeps creating memory until it runs out of computer memory. Some other files will also encounter similar problems.

#include
static void* jcv_alloc(jcv_context_internal* internal, size_t size)
{
if( !internal->memblocks || internal->memblocks->sizefree < (size+sizeof(void*)) )
{

3.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions