From 8e7283ed6b68d65d7c3a133512c94dbbec9e003a Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sat, 24 Apr 2010 11:48:40 +0200 Subject: [PATCH] iscc: free options --- iscc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iscc.c b/iscc.c index 65c0780..faad692 100644 --- a/iscc.c +++ b/iscc.c @@ -890,6 +890,7 @@ int main(int argc, char **argv) isl_hash_table_free(ctx, table); isl_stream_free(s); isl_ctx_free(ctx); + free(options); return 0; } -- 2.11.4.GIT