The source project of this merge request has been removed.
Change of delete in D19cCbc3EventZS.cc
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.