mirror of https://github.com/encounter/SDL.git
alsa: Fix use-after-free when reinitializing
This commit is contained in:
parent
e688a95ba4
commit
78013aeef9
|
@ -991,6 +991,7 @@ ALSA_Deinitialize(void)
|
||||||
SDL_free(dev->name);
|
SDL_free(dev->name);
|
||||||
SDL_free(dev);
|
SDL_free(dev);
|
||||||
}
|
}
|
||||||
|
hotplug_devices = NULL;
|
||||||
|
|
||||||
UnloadALSALibrary();
|
UnloadALSALibrary();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue