MCPcopy 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
557void ArrayFree(ParamArray *ra)
558{
559 free(ra->array);
560 delete ra;
561}
562
563void FreeArgs()
564{

Callers 1

yyparseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected