From d6f56feba8f9733e1aaf3871eba7d29d4a253923 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Fri, 31 Dec 1999 05:28:41 +0000 Subject: [PATCH] *** empty log message *** --- harbour/source/rtl/gt/gtwin.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/harbour/source/rtl/gt/gtwin.c b/harbour/source/rtl/gt/gtwin.c index 1199c9d3ef..7399381d2f 100644 --- a/harbour/source/rtl/gt/gtwin.c +++ b/harbour/source/rtl/gt/gtwin.c @@ -204,6 +204,10 @@ void hb_gt_Done( void ) CloseHandle( s_HOutput ); s_HOutput = INVALID_HANDLE_VALUE; */ + /* detected using NuMega BoundsChecker */ + CloseHandle( s_HOriginal ); + s_HOriginal = INVALID_HANDLE_VALUE; + CloseHandle( s_HInactive ); s_HInactive = INVALID_HANDLE_VALUE;