mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 22:29:16 +02:00
destroying context at end of main
(this is continuing a streak of valgrind errors)
This commit is contained in:
parent
998951cab0
commit
93e2927e9a
1 changed files with 1 additions and 0 deletions
1
main.c
1
main.c
|
@ -207,6 +207,7 @@ void run_main (int argc, char **argv) {
|
|||
}
|
||||
|
||||
sexp_gc_release2(ctx);
|
||||
sexp_destroy_context(ctx);
|
||||
}
|
||||
|
||||
int main (int argc, char **argv) {
|
||||
|
|
Loading…
Add table
Reference in a new issue