mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01: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.