Fix uninitialized variable that could lead to crashes.

- Fixes first part of #9273.
This commit is contained in:
Rene Gollent
2012-12-07 17:36:29 -05:00
parent f2ebf00cc2
commit 093b89ba6e
@@ -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),