diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-03-02 12:32:05 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-03-02 12:32:05 +0100 |
| commit | ef816e31ba15bbda487298339c5ca88456c31d33 (patch) | |
| tree | 9762c3630113f58215ad4244e1a04271bcacc7f9 /src/voidc.cc | |
| parent | 74933654160064f9303551a6c012be6b88d5b626 (diff) | |
store pointer inside source
Diffstat (limited to 'src/voidc.cc')
| -rw-r--r-- | src/voidc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/voidc.cc b/src/voidc.cc index 5bbd7f4..69dc4ed 100644 --- a/src/voidc.cc +++ b/src/voidc.cc @@ -24,5 +24,5 @@ int main() { bool ret = buffer_init(&buffer, heap_allocator(), &source, &file); if(!ret) return EXIT_FAILURE; - + buffer_deinit(&buffer); } |
