Skip to content

[Fix] Segfault in SweepCollection destructor

Markus Holzer requested to merge holzer-master-patch-10104 into master

The destructor of the SweepCollection tries to free GPU data even if it was never allocated. This problem is fixed with this MR

Merge request reports