This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit 4f9fd6e
committed
[[ Bug ]] Fix crash on creation of browser widget
This patch fixes a crash which occurs when creating an instance
of the browser widget. The crash was caused by a failure to
initialize the m_progress_handler member variable of the MCBrowserBase
class to nullptr in its constructor.1 parent 8375638 commit 4f9fd6e
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
0 commit comments