McCode icon indicating copy to clipboard operation
McCode copied to clipboard

McXtrace and "reused-tables", do not just Table_Free(&(prms->table));

Open willend opened this issue 1 year ago • 0 comments

Example from Filter.comp:

If multiple Filters of same material are in the same instr, the Table_Free(&(prms->table)); in FINALLY of the later ones will fail in case of "reuse".

Results in simulation crash on Windows.

willend avatar Oct 13 '22 10:10 willend