Skip to content

Commit

Permalink
notify lua of option screen destructors
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Mar 3, 2019
1 parent 5b1e8ec commit 2abb7e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ScreenOptions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ ScreenOptions::~ScreenOptions()
LOG->Trace("ScreenOptions::~ScreenOptions()");
for (unsigned i = 0; i < m_pRows.size(); i++)
SAFE_DELETE(m_pRows[i]);
MESSAGEMAN->Broadcast("OptionsScreenClosed");
}

RString
Expand Down

0 comments on commit 2abb7e1

Please sign in to comment.