Skip to content
  1. Dec 27, 2013
  2. Dec 26, 2013
  3. Dec 25, 2013
    • Daniel Stenberg's avatar
      curl_dofree: allow free(NULL) · 7b057f53
      Daniel Stenberg authored
      Previously this memdebug free() replacement didn't properly work with a
      NULL argument which has made us write code that avoids calling
      free(NULL) - which causes some extra nuisance and unnecessary code.
      Starting now, we should allow free(NULL) even when built with the
      memdebug system enabled.
      
      free(NULL) is permitted by POSIX
      7b057f53
  4. Dec 24, 2013
  5. Dec 22, 2013
  6. Dec 21, 2013
  7. Dec 20, 2013
  8. Dec 19, 2013
  9. Dec 18, 2013
  10. Dec 17, 2013