1. 27 Jun, 2019 2 commits
  2. 23 Jun, 2019 4 commits
  3. 22 Jun, 2019 30 commits
  4. 18 Jun, 2019 4 commits
    • Ulrich Sibiller's avatar
      Font.c: code simplifications · 8205db42
      Ulrich Sibiller authored
      8205db42
    • Ulrich Sibiller's avatar
      various scope improvements · cb508b26
      Ulrich Sibiller authored
      cb508b26
    • Ulrich Sibiller's avatar
      glxext.c: fix another memory leak · bffdacc4
      Ulrich Sibiller authored
      ==10226== 3,337 bytes in 1 blocks are definitely lost in loss record 295 of 307
      ==10226==    at 0x483577F: malloc (vg_replace_malloc.c:299)
      ==10226==    by 0x6281DB9: strdup (strdup.c:42)
      ==10226==    by 0x2ABA9E: __glXClientInfo (glxcmds.c:2170)
      ==10226==    by 0x17CA3E: __glXDispatch (NXglxext.c:128)
      ==10226==    by 0x16EE77: Dispatch (NXdispatch.c:476)
      ==10226==    by 0x14DCE0: main (main.c:353)
      
      There's no point in trying to free cl->* after memset(0).
      
      This one is a bug that is found identically in xorg upstream and has
      only been fixed during rework of the whole client resource freeing
      stuff. So we fix it in glxext.c.
      bffdacc4
    • Ulrich Sibiller's avatar
      Screen.c: more debug output · b5eb7c76
      Ulrich Sibiller authored
      b5eb7c76