Commit 258bd46
authored
CRITICAL: Fix double dispose on LazyLoadBitmap (#844)
# Main Goal
Tryfix for launcher crash due to ODE during game/region switch.
This is caused by the `using` clause on the stream causing the
resultStream to somehow getting double disposed during the event
`ImageOnImageOpened` and crashes about 95% of the time during
game/region change.
## PR Status :
- Overall Status : Done
- Commits : Done
- Synced to base (Collapse:main) : Yes
- Build status : OK
- Crashing : Yes
- Bug found caused by PR : 0
### Templates
<details>
<summary>Changelog Prefixes</summary>
```
**[New]**
**[Imp]**
**[Fix]**
**[Loc]**
**[Doc]**
```
</details>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
718 | 718 | | |
719 | 719 | | |
720 | 720 | | |
721 | | - | |
| 721 | + | |
722 | 722 | | |
723 | 723 | | |
724 | 724 | | |
| |||
0 commit comments