This repository was archived by the owner on Feb 24, 2026. It is now read-only.
Commit 2aa46b1
committed
Fix possible NRE when disposing LeechCore in Vmm
Use null-conditional operator to safely dispose LeechCore, preventing a potential NullReferenceException if it is null (e.g., when Dispose is called from the constructor). Added a clarifying comment.1 parent b3206c2 commit 2aa46b1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
0 commit comments