summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-08 11:48:19 -0500
committerpommicket <pommicket@gmail.com>2023-01-08 11:48:19 -0500
commit34212b559d7bb0eb0d4e7797ba3e9b1a718cedac (patch)
treec0d51adcde6c93adc340ae1b9a6cc4fd721c49cc /main.c
parent21c2b2244e4abddd70b9e1ee298dfe4b7a6d6d2d (diff)
fix memory leaks
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 4bacfb4..a440585 100644
--- a/main.c
+++ b/main.c
@@ -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: