• Show log

    Commit

  • Hash : 3b516e63
    Author : Adrien Destugues
    Date : 2019-11-11T22:14:00

    haiku: Fix crash when opening window.
    
    - _num_clips was not set in constructor, so a NULL _clips could be
      mistakenly dereferenced.
    - As _clips is accessible outside the class, it is not a good idea to
      free/reallocate it. Try to limit this by reallocating only when it needs to
      grow.
    
    Partially fixes Bugzilla #4442.
    

  • 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