Commit e2e16a5
fix: DispatchResult memory leak and remove dead code
- Fix DispatchResult::run() leaking the wrapper (was using mem::forget
instead of letting Drop clean up)
- Remove unused UberDispatcher::as_raw() method
- Add compile-time static_assert for FrontendChannel BASE size
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 96d7c9a commit e2e16a5
2 files changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
499 | | - | |
| 499 | + | |
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
| |||
530 | 530 | | |
531 | 531 | | |
532 | 532 | | |
533 | | - | |
534 | | - | |
535 | | - | |
536 | | - | |
537 | 533 | | |
538 | 534 | | |
539 | 535 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
| |||
0 commit comments