Canvas3D deletion

Is there any way to get a canvas 3d that has been used to be garbage collected?

I use an offscreen canvas to render a sprite. I throw away the reference to the canvas after I’ve used it but the canvas doesn’t seem to get collected. I assume this is due to a thread in the canvas keeping it alive?

Is there anyway to dispose of a canvas?

Kev

Dunno, but to back you up - we have a memory leak as well when restarting our engine.