Ryujinx-SDL/src/video/kmsdrm
Sam Lantinga a05522a089 Fixed bug 3723 - Possible double free in kmsdrm init code on certain errors
Simon Hug

KMSDRM_VideoInit allocates and frees some connectors and encoders but doesn't set the pointer to NULL after freeing. The cleanup code at the end may free one of those garbage pointer should an error happen in the initialization.
2017-08-11 10:05:45 -07:00
..
SDL_kmsdrmdyn.c Fixed bug 3690 - SDL2 KMS/DRM render context support 2017-08-02 10:22:48 -07:00
SDL_kmsdrmdyn.h Fixed bug 3690 - SDL2 KMS/DRM render context support 2017-08-02 10:22:48 -07:00
SDL_kmsdrmevents_c.h Fixed bug 3690 - SDL2 KMS/DRM render context support 2017-08-02 10:22:48 -07:00
SDL_kmsdrmevents.c Fixed bug 3690 - SDL2 KMS/DRM render context support 2017-08-02 10:22:48 -07:00
SDL_kmsdrmmouse.c Fixed bug 3690 - SDL2 KMS/DRM render context support 2017-08-02 10:22:48 -07:00
SDL_kmsdrmmouse.h Fixed bug 3690 - SDL2 KMS/DRM render context support 2017-08-02 10:22:48 -07:00
SDL_kmsdrmopengles.c kmsdrm: Fixed crashes if allocating memory failed. 2017-08-05 22:10:36 +02:00
SDL_kmsdrmopengles.h Fixed bug 3690 - SDL2 KMS/DRM render context support 2017-08-02 10:22:48 -07:00
SDL_kmsdrmsym.h Fixed bug 3690 - SDL2 KMS/DRM render context support 2017-08-02 10:22:48 -07:00
SDL_kmsdrmvideo.c Fixed bug 3723 - Possible double free in kmsdrm init code on certain errors 2017-08-11 10:05:45 -07:00
SDL_kmsdrmvideo.h kmsdrm: Fix tearing in neverputt/ball 2017-08-02 17:45:15 -07:00