• Show log

    Commit

  • Hash : 64dd829b
    Author : Sam Lantinga
    Date : 2017-08-14T13:48:13

    Fixed bug 2418 - Structure SDL_gestureTouch leaking
    
    Leonardo
    
    Structure SDL_gestureTouch gets reallocated for every new added gesture but its never freed.
    
    Proposed patch add the function SDL_GestureQuit() that takes care of doing that and gets called when TouchQuit is called.
    
    Gabriel Jacobo
    
    Thanks for the patch. I think it needs a bit of extra work though, looking at the code in SDL_gesture.c , I see that SDL_numGestureTouches only goes up, I think the right fix here involves adding SDL_GestureDelTouch (hooked into SDL_DelTouch) as well as SDL_GestureQuit (as you posted in your patch).
    

  • 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