wayland: Fixed freeing memory of SDL_malloc() with plain free().
parent
c66f0471e1
commit
6c0aea4270
|
@ -448,7 +448,7 @@ Wayland_VideoQuit(_THIS)
|
|||
}
|
||||
|
||||
SDL_free(data->classname);
|
||||
free(data);
|
||||
SDL_free(data);
|
||||
_this->driverdata = NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue