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