From 1a4aaf18f5ec6149315aabc53dbe667f1abfdb62 Mon Sep 17 00:00:00 2001 From: john haque Date: Sat, 21 Apr 2012 05:52:19 -0500 Subject: Add optional shutdown routine for an extension lib. --- debug.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debug.c') diff --git a/debug.c b/debug.c index 36454366..8bd3e841 100644 --- a/debug.c +++ b/debug.c @@ -5344,6 +5344,8 @@ close_all() } } + close_extensions(); + set_gawk_output(NULL); /* closes output_fp if not stdout */ } -- cgit v1.2.3