Open PippleCultist opened 3 months ago
std::string testStr(100000, '*'); g_ModuleInterface->CallBuiltin("variable_global_set", { "testArg", testStr });
Running this repeatedly would cause a memory leak.
Looking into this in v4 on the experimental branch, however I feel that having RValues free up resources properly will be a challenge, due to FREE_RValue crashing the runner if called in the destructor.
Running this repeatedly would cause a memory leak.