Skip to content
  • DRC's avatar
    Eliminate unnecessary NULL checks before tjFree() · a36bc8015b4c
    DRC authored
    + document that tjFree() accepts NULL pointers without complaint.
    Effectively, it has had that behavior all along, but the API does not
    guarantee that tjFree() will be implemented with free() behind the
    scenes, so it's best to formalize the behavior.
    a36bc8015b4c
This project is licensed under the zlib License. Learn more