From b2c8ad72d19155ecdc989551abb34b4a17099ce7 Mon Sep 17 00:00:00 2001 From: spx Date: Sun, 30 Jan 2011 16:32:07 +0000 Subject: [PATCH] Additional fix for r727. --- Library/AboutDialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/AboutDialog.cpp b/Library/AboutDialog.cpp index 535e0ec9..df88de20 100644 --- a/Library/AboutDialog.cpp +++ b/Library/AboutDialog.cpp @@ -522,6 +522,7 @@ INT_PTR CALLBACK AboutProc(HWND hwndDlg, UINT message, WPARAM wParam, LPARAM lPa Rainmeter->SaveSettings(); DestroyWindow(hwndDlg); g_DialogWin = NULL; + g_Plugins.clear(); return TRUE; case WM_COMMAND: