Module: wine Branch: master Commit: 085d74e69ba379ac49809321756dfa5cd79cc903 URL: http://source.winehq.org/git/wine.git/?a=commit;h=085d74e69ba379ac4980932175...
Author: YongHao Hu christopherwuy@gmail.com Date: Wed Apr 29 11:32:06 2015 +0800
msvcp120/tests: Free msvcp120 library.
---
dlls/msvcp120/tests/msvcp120.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/dlls/msvcp120/tests/msvcp120.c b/dlls/msvcp120/tests/msvcp120.c index e468a7e..32ca437 100644 --- a/dlls/msvcp120/tests/msvcp120.c +++ b/dlls/msvcp120/tests/msvcp120.c @@ -196,4 +196,6 @@ START_TEST(msvcp120) test__Xtime_diff_to_millis2(); test_xtime_get(); test__Getcvt(); + + FreeLibrary(msvcp); }