Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Back out changelist 2026006
- Loading branch information
Showing
with
1 addition
and
2 deletions.
-
+1
−2
src/loadso/windows/SDL_sysloadso.c
|
@@ -55,8 +55,7 @@ SDL_GetLoadedObject(const char *sofile) |
|
|
/* if we got a handle, call LoadLibrary to get |
|
|
* it again with the ref count incremented. |
|
|
* We do this to match the dlopen version of this function */ |
|
|
if( handle != NULL ) |
|
|
handle = (void *)LoadLibrary( tstr ); |
|
|
handle = (void *)LoadLibrary( tstr ); |
|
|
|
|
|
SDL_free(tstr); |
|
|
|
|
|