diff --git a/src/industry_cmd.cpp b/src/industry_cmd.cpp index 1402256f40..a71421bc1b 100644 --- a/src/industry_cmd.cpp +++ b/src/industry_cmd.cpp @@ -195,6 +195,7 @@ Industry::~Industry() DeleteIndustryNews(this->index); CloseWindowById(WC_INDUSTRY_VIEW, this->index); + CloseWindowById(WC_INDUSTRY_PRODUCTION, this->index); DeleteNewGRFInspectWindow(GSF_INDUSTRIES, this->index); Source src{this->index, SourceType::Industry};