diff options
Diffstat (limited to 'src/gui/status.cpp')
-rw-r--r-- | src/gui/status.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/status.cpp b/src/gui/status.cpp index a601ff59..aea72995 100644 --- a/src/gui/status.cpp +++ b/src/gui/status.cpp @@ -220,8 +220,10 @@ StatusWindow::~StatusWindow() delete statsTitleLabel; delete statsTotalLabel; delete statsCostLabel; - for (int i = 0; i < 6; i++) { + for (int i = 0; i < 6; i++) + { delete statsLabel[i]; + delete pointsLabel[i]; delete statsDisplayLabel[i]; delete statsButton[i]; } |