Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LuxCoreRender/LuxCore
/ ArrayFree
Function
ArrayFree
src/luxcore/luxparser/luxparse.cpp:557–561 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
555
}
556
557
void ArrayFree(ParamArray *ra)
558
{
559
free(ra->array);
560
delete ra;
561
}
562
563
void FreeArgs()
564
{
Callers
1
yyparse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected