Skip to content

Commit

Permalink
Back out changelist 2026006
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 13, 2014
1 parent c52c910 commit f5d1559
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/loadso/windows/SDL_sysloadso.c
Expand Up @@ -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);

Expand Down

0 comments on commit f5d1559

Please sign in to comment.