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),
|
||||
fTeam(team),
|
||||
fBreakpoint(NULL),
|
||||
fWatchpoint(NULL),
|
||||
fListView(NULL),
|
||||
fToggleBreakpointButton(NULL),
|
||||
fRemoveBreakpointButton(NULL),
|
||||
|
||||
Reference in New Issue
Block a user