aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dlfcn.c2
1 files changed, 0 insertions, 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 )
291 } 291 }
292 } 292 }
293 } 293 }
294
295 CloseHandle( hModule );
296 } 294 }
297 295
298 if( symbol == NULL ) 296 if( symbol == NULL )