702422
diff -up cdrkit-1.1.11/icedax/icedax.c.handler cdrkit-1.1.11/icedax/icedax.c
702422
--- cdrkit-1.1.11/icedax/icedax.c.handler	2011-06-02 16:37:02.446206285 +0200
702422
+++ cdrkit-1.1.11/icedax/icedax.c	2011-06-02 16:37:25.444206279 +0200
702422
@@ -1054,7 +1054,7 @@ static void exit_wrapper(int status)
702422
 
702422
 	if (child_pid != 0) {
702422
 		SCSI *usalp = get_scsi_p();
702422
-		if (usalp->running) {
702422
+		if (usalp && usalp->running) {
702422
 			usalp->cb_fun = on_exitscsi;
702422
 			usalp->cb_arg = (void *) (uintptr_t) status;
702422
 		} else {