mirror of
https://github.com/github/codeql.git
synced 2026-04-18 21:44:02 +02:00
* Remove the mismatch between `new` and `free` and use `delete` instead * Make the function `void`, so people copying the code will not forget to add a `return`. * Balance out the `...` for omitted code.