Skip to content

Commit

Permalink
Added missing terminate line
Browse files Browse the repository at this point in the history
  • Loading branch information
3vcloud committed Jun 22, 2024
1 parent 0f9e746 commit 4af35f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GWToolboxdll/Modules/SalvageInfoModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ void SalvageInfoModule::Terminate()
ToolboxModule::Terminate();

ItemDescriptionHandler::UnregisterDescriptionCallback(OnGetItemDescription);
GW::UI::RemoveUIMessageCallback(&UIMessage_HookEntry);

for (auto m : materials) {
delete m;
Expand Down

0 comments on commit 4af35f7

Please sign in to comment.