Skip to content
  • Ell's avatar
    gegl-scratch: remove NULL pointer guarantees · d98ea197
    Ell authored
    In gegl-scratch, don't guarantee that allocating a 0-sized block
    results in a NULL pointer, or that freeing a NULL pointer is valid.
    It is still valid, however, to allocate 0-sized blocks, and to free
    the returned pointers.
    d98ea197