Fixed segfault when using Dispmanx target and opening P96 screen with OnScreen LEDs activated #330
This commit is contained in:
parent
6df59a9eba
commit
319eed1b7b
1 changed files with 0 additions and 5 deletions
|
@ -163,11 +163,6 @@ static void *display_thread(void *unused)
|
|||
dispmanxresource_blackfb = 0;
|
||||
}
|
||||
|
||||
if (screen != nullptr) {
|
||||
SDL_FreeSurface(screen);
|
||||
screen = nullptr;
|
||||
}
|
||||
|
||||
uae_sem_post(&display_sem);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue