From 93e2927e9adb80399d011b4cfc68bf0c7257de6b Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Tue, 22 Jun 2010 13:33:24 +0000 Subject: [PATCH] destroying context at end of main (this is continuing a streak of valgrind errors) --- main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main.c b/main.c index c1d3fe54..7ecc913f 100644 --- a/main.c +++ b/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) {