• Show log

    Commit

  • Hash : 9b220282
    Author : Cameron Gutman
    Date : 2019-04-28T17:37:49

    Fix use-after-free when pumping the event loop after SDL_DestroyWindow()
    
    Closing the window is asynchronous, but we free the window data immediately,
    so we can get an updateLayer callback before the window is really destroyed which
    will cause us to access the freed memory.
    
    Clearing the content view will cause it to be immediately released, so no further
    updateLayer callbacks will occur.
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/SDL.git
    Git SSH git@git.kmx.io:kc3-lang/SDL.git
    Public access ? public
    Description

    Fork of https://github.com/libsdl-org/SDL

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags