More pbatard patches

This commit is contained in:
R. Bernstein
2012-03-03 20:18:57 -05:00
parent bf66def7c9
commit 603b32f77f
3 changed files with 8 additions and 5 deletions

View File

@@ -357,7 +357,7 @@ free_win32 (void *p_user_data)
if( p_env->h_device_handle )
CloseHandle( p_env->h_device_handle );
if( p_env->hASPI )
FreeLibrary( p_env->hASPI );
FreeLibrary( (HMODULE)p_env->hASPI );
free (p_env);
}