lukas-wresch / judoboard

Other
2 stars 0 forks source link

Replace raw pointer by smart pointers #171

Open lukas-wresch opened 1 year ago

lukas-wresch commented 1 year ago

There seems to be a heap corruption bug in double elimination when imported from MD5. This should be fixed by the issue.

lukas-wresch commented 5 months ago

This should be first implemented for the schedule in the tournament class. There are a few use after free / race condition bugs that should be resolved by this.