Back out changelist 2026006
parent
c52c91056b
commit
f5d1559b51
|
@ -55,7 +55,6 @@ 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 );
|
||||
|
||||
SDL_free(tstr);
|
||||
|
|
Loading…
Reference in New Issue