Fix uninitialized variable that could lead to crashes.
- Fixes first part of #9273.
This commit is contained in:
@@ -28,6 +28,7 @@ BreakpointsView::BreakpointsView(Team* team, Listener* listener)
|
|||||||
BGroupView(B_HORIZONTAL, 4.0f),
|
BGroupView(B_HORIZONTAL, 4.0f),
|
||||||
fTeam(team),
|
fTeam(team),
|
||||||
fBreakpoint(NULL),
|
fBreakpoint(NULL),
|
||||||
|
fWatchpoint(NULL),
|
||||||
fListView(NULL),
|
fListView(NULL),
|
||||||
fToggleBreakpointButton(NULL),
|
fToggleBreakpointButton(NULL),
|
||||||
fRemoveBreakpointButton(NULL),
|
fRemoveBreakpointButton(NULL),
|
||||||
|
|||||||
Reference in New Issue
Block a user