Commit 7efb79b
authored
[Offload] Fix Error checking (#141939)
All errors must be checked - this includes the local variable we were
using to increase the lifetime of `Res`. As we were not explicitly
checking it, it resulted in an `abort` in debug builds.1 parent ee91f9b commit 7efb79b
1 file changed
+9
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
419 | | - | |
420 | 419 | | |
421 | 420 | | |
422 | | - | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
423 | 424 | | |
424 | | - | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
425 | 428 | | |
426 | | - | |
427 | | - | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
428 | 432 | | |
429 | | - | |
430 | | - | |
431 | 433 | | |
432 | 434 | | |
433 | 435 | | |
| |||
0 commit comments