diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-18 08:18:13 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-18 08:18:13 +0000 |
commit | e63908912809cd6aeeeb2d068da562c227cbd3a9 (patch) | |
tree | db3d95b3fc111d31d1a4dc23d8e094990105014f /plugins/HistoryPlusPlus | |
parent | d90a9d04b3b6e2beaa31b311fd38b886a46bab72 (diff) |
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
Diffstat (limited to 'plugins/HistoryPlusPlus')
-rw-r--r-- | plugins/HistoryPlusPlus/historypp.dpr | 1 |
1 files changed, 1 insertions, 0 deletions
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
|