Skip to content

Change of delete in D19cCbc3EventZS.cc

Stefano Mersi requested to merge (removed):Dev into Dev

Apparently when deleting an array, one should use delete[] instead of delete, otherwise (on AlmaLinux 9) I get a compilation error. This patch fixes the compilation.

Merge request reports