Fix a linux waterbox-releated crash
Repro steps: 1) Load any waterbox core 2) Do anything that would trigger a NullReferenceException on C# side that you'd normally expect to be caught
This commit is contained in:
parent
06fa96e335
commit
beb51ab286
Binary file not shown.
|
@ -139,7 +139,6 @@ mod trip_pal {
|
|||
} else {
|
||||
transmute::<usize, SaHandler>(sa_old.sa_sigaction)(sig);
|
||||
}
|
||||
abort();
|
||||
}
|
||||
}
|
||||
unsafe {
|
||||
|
|
Loading…
Reference in New Issue