Make sure that the created fifo gets deleted if the top level make instance
exits due to a signal.
This commit is contained in:
parent
cc2a9f52a7
commit
1030a78a12
@ -2528,6 +2528,8 @@ JobInterrupt(int runINTERRUPT, int signo)
|
||||
}
|
||||
}
|
||||
}
|
||||
if (fifoMaster)
|
||||
unlink(fifoName);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user