From b9be226f9745936f6ae942dc7cb594fb6bc082b6 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Mon, 20 Jan 2014 16:36:17 +0000 Subject: Remove extraneous CloseHandle Fixes issue 13. --- dlfcn.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlfcn.c b/dlfcn.c index 59e7fa6..fa88d83 100644 --- a/dlfcn.c +++ b/dlfcn.c @@ -291,8 +291,6 @@ void *dlsym( void *handle, const char *name ) } } } - - CloseHandle( hModule ); } if( symbol == NULL ) -- cgit v1.2.3-55-g6feb