Skip to content

Fix missing initialization of pointers to parameter structures

Raphaël Colin requested to merge 308-bench-imp-info-segmentation-fault into master

The array of pointers to parameter structures in the IonIf class weren't initialized correctly (which didn't cause an issue since IonIf is usually allocated with calloc).

Closes #308 (closed)

Merge request reports