Skip to content

Commit

Permalink
Hang fixed with GetOpenFileName()
Browse files Browse the repository at this point in the history
  • Loading branch information
KindDragon committed Oct 9, 2012
1 parent 6d0ee9f commit 9fb332a
Show file tree
Hide file tree
Showing 9 changed files with 1,496 additions and 1,470 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ chrisJohnson http://www.codeplex.com/site/users/view/chrisJohnson

Contributors: (listed alphabetically)
------------------------------------------------
geordi, jerker_back, Laurent Lessieux (llessieux), snakefoot, VictorKharkov
benpmorgan, geordi, jerker_back, Laurent Lessieux (llessieux), snakefoot, VictorKharkov, xpol

Many thanks to everyone who supported development without having
svn write access.
Expand Down
21 changes: 20 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
Visual Leak Detector (VLD) Version 2.2
Visual Leak Detector (VLD) Version 2.2.2


Change Log / Release Notes

2.2.2 (18 December 2011)
----------------------------
Bugs Fixed:
+ Memory leaks with static linking fixed.
+ Visual Studio C++ 2008/2010 Express Edition compilation fixed.
+ Hang fixed with GetOpenFileName().

2.2.1 (22 November 2011)
----------------------------
Enhancements:
+ strdup and _wcsdup functions support added.
+ Preliminary support for VS 11 added.

Bugs Fixed:
+ Low performance after upgrading from VLD v2.1.
+ Runtime error R6002 fixed because of wrong memory dump format.
+ version.h fixed in installer.
+ Some PVS studio warning fixed.

2.2 (21 Jule 2011)
----------------------------
Enhancements:
Expand Down
Loading

0 comments on commit 9fb332a

Please sign in to comment.