Edit

kc3-lang/SDL/src

Branch :

  • Show log

    Commit

  • Author : Jay Petacat
    Date : 2020-04-12 00:55:52
    Hash : 8a5ee3fa
    Message : video: NULL out pointer to freed window surface This behavior matches SDL_RecreateWindow and makes it less likely that another piece of code (e.g. a DestroyWindowFramebuffer implementation) will attempt to use or free the stale surface pointer.