Remove extraneous CloseHandle Fixes issue 13.
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 )