Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
close DiaSession when file is closed
Browse files Browse the repository at this point in the history
  • Loading branch information
zodiacon committed Dec 29, 2022
1 parent 057efd8 commit 9027f17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TotalPE/MainFrm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@ LRESULT CMainFrame::OnFileClose(WORD, WORD, HWND, BOOL&) {
m_Tree.DeleteAllItems();
m_Splitter.SetSplitterPane(1, nullptr);
m_Path.Empty();
m_Symbols.Close();
CString title;
title.LoadString(IDR_MAINFRAME);
if (SecurityHelper::IsRunningElevated())
Expand Down

0 comments on commit 9027f17

Please sign in to comment.