From e63908912809cd6aeeeb2d068da562c227cbd3a9 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 18 Mar 2013 08:18:13 +0000 Subject: clutch for pascal plugins not to eat memory on thread creation git-svn-id: http://svn.miranda-ng.org/main/trunk@4085 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/HistoryPlusPlus/historypp.dpr | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/HistoryPlusPlus') diff --git a/plugins/HistoryPlusPlus/historypp.dpr b/plugins/HistoryPlusPlus/historypp.dpr index 876722eca7..45573f1314 100644 --- a/plugins/HistoryPlusPlus/historypp.dpr +++ b/plugins/HistoryPlusPlus/historypp.dpr @@ -573,6 +573,7 @@ exports Unload; begin + DisableThreadLibraryCalls(hInstance); // decreasing ref count to oleaut32.dll as said // in plugins doc -- cgit v1.2.3