console: fix -vga none -sdl crash
Call get_alloc_displaystate() for proper initialization instead of allocating with g_new(). Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
a1d2db08d8
commit
333cb18ff4
@ -1580,10 +1580,7 @@ DisplayState *init_displaystate(void)
|
||||
gchar *name;
|
||||
int i;
|
||||
|
||||
if (!display_state) {
|
||||
display_state = g_new0(DisplayState, 1);
|
||||
}
|
||||
|
||||
get_alloc_displaystate();
|
||||
for (i = 0; i < nb_consoles; i++) {
|
||||
if (consoles[i]->console_type != GRAPHIC_CONSOLE &&
|
||||
consoles[i]->ds == NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user