summaryrefslogtreecommitdiff
path: root/src/voidc.cc
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-03-02 21:56:42 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-03-02 21:56:42 +0100
commit176b2b462371cd860ac9c6b5d2c1db92ae707e88 (patch)
tree983d1ddbae380eca94dfebfaf15fdf3245ba284c /src/voidc.cc
parentcb95ef0b3690e7817db34e3a7c0d7c021a7a8ccf (diff)
dont need array
Diffstat (limited to 'src/voidc.cc')
-rw-r--r--src/voidc.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/voidc.cc b/src/voidc.cc
index be97c41..8cf9a63 100644
--- a/src/voidc.cc
+++ b/src/voidc.cc
@@ -28,6 +28,5 @@ int main() {
buffer_manager_push(&manager, &buffer);
-
buffer_manager_deinit(&manager);
}