diff options
author | pommicket <pommicket@gmail.com> | 2023-01-08 11:48:19 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-08 11:48:19 -0500 |
commit | 34212b559d7bb0eb0d4e7797ba3e9b1a718cedac (patch) | |
tree | c0d51adcde6c93adc340ae1b9a6cc4fd721c49cc /main.c | |
parent | 21c2b2244e4abddd70b9e1ee298dfe4b7a6d6d2d (diff) |
fix memory leaks
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,8 +1,8 @@ /* @TODO: -- run everything through valgrind ideally with leak checking - some way of opening + closing all C files in directory for clangd textDocument/references to work? + - does adding compile_commands.json help? - maybe it can be done with the clangd config instead. - does vscode have the same problem? - rust-analyzer bug reports: |