2017-08-31 20:56 GMT+02:00 Paul Gofman gofmanp@gmail.com:
if (!param->object_id || base->objects[param->object_id].creation_failed)
It should be possible to replace this with a check for !*(void **)param->data. Unless you mean to use the flag for something else later on?