summaryrefslogtreecommitdiff
path: root/src/company_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/company_gui.cpp')
-rw-r--r--src/company_gui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/company_gui.cpp b/src/company_gui.cpp
index a23bda7bd..fe8c2326c 100644
--- a/src/company_gui.cpp
+++ b/src/company_gui.cpp
@@ -1586,7 +1586,7 @@ public:
/* Cancel button */
case WID_SCMF_CANCEL:
- delete this;
+ this->Close();
break;
/* Load button */
@@ -2767,7 +2767,7 @@ struct BuyCompanyWindow : Window {
{
switch (widget) {
case WID_BC_NO:
- delete this;
+ this->Close();
break;
case WID_BC_YES: