Skip to content
  • Jehan's avatar
    app: add a g_return_val_if_fail() to avoid a crash. · ec14e100
    Jehan authored
    It seems gegl_buffer_sample() crashes with the first parameter being
    NULL so let's just test its value first. This will output a huge
    quantity of CRITICALs in this edge case but that's much better than a
    crash. :-)
    See also bug 793371 where this bug is being processed.
    ec14e100