mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 11:28:15 +00:00
Back out changelist 2026006
This commit is contained in:
@@ -55,7 +55,6 @@ SDL_GetLoadedObject(const char *sofile)
|
|||||||
/* if we got a handle, call LoadLibrary to get
|
/* if we got a handle, call LoadLibrary to get
|
||||||
* it again with the ref count incremented.
|
* it again with the ref count incremented.
|
||||||
* We do this to match the dlopen version of this function */
|
* 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);
|
SDL_free(tstr);
|
||||||
|
Reference in New Issue
Block a user