Skip to content

Memory leakage in test program fixed

In test programs for decoders, a memory leakage due to the use of delete instead of delete [] on the buffer allocated by eformat readout function has been fixed.

Merge request reports