From cc49be4ff39099b58e1e349a4d1ad75415350692 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 09:12:32 +0000 Subject: Apply patch cdrkit-1.1.11-handler.patch patch_name: cdrkit-1.1.11-handler.patch present_in_specfile: true --- diff --git a/icedax/icedax.c b/icedax/icedax.c index 9ac5ee0..e205f02 100644 --- a/icedax/icedax.c +++ b/icedax/icedax.c @@ -1054,7 +1054,7 @@ static void exit_wrapper(int status) if (child_pid != 0) { SCSI *usalp = get_scsi_p(); - if (usalp->running) { + if (usalp && usalp->running) { usalp->cb_fun = on_exitscsi; usalp->cb_arg = (void *) (uintptr_t) status; } else {