Skip to content

Releases: Azure/vld

VLD v2.5.14

29 Jan 20:02

Choose a tag to compare

Visual Leak Detector v2.5.14

Changes

official pipeline creates release in GitHub v02 (#55)

Installation

Download and run the installer below. See README for usage instructions.

Changes:

  • 0af0da0 official pipeline creates release in GitHub v02 (#55)
  • e159a96 Add GitHub Release creation to official pipeline (#54)

This list of changes was auto generated.

v2.5.13

29 Jan 01:54

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.10...v2.5.13

v2.5.10

05 Nov 22:45
a282be0

Choose a tag to compare

What's Changed

Full Changelog: v2.5.9...v2.5.10

v2.5.9

13 Jan 06:10
580fc3e

Choose a tag to compare

What's Changed

  • Add newlines to Report call when VirtualProtect fails. by @darobs in #18
  • Feature: Ignore defined functions from leak detection by @cyrus-jackson in #21

New Contributors

Full Changelog: v2.5.8...v2.5.9

Fix bugs in FindRealCode

02 Dec 02:23
c1967cc

Choose a tag to compare

  • Fix AV in FindRealCode due to incorrect restore of page protection flags

v2.5.7

11 Mar 06:17
30111f7

Choose a tag to compare

Fix AV in FindRealCode

2.5.6

20 Nov 00:24
ea676dc

Choose a tag to compare

  • Targets Visual Studio 2019 with Windows SDK version 10.0.19041.0
  • Replaces call to VirtualQuery with QueryVirtualMemoryInformation which should be faster
  • Fixes installer (a bit) to setup Visual Studio settings for 2019 (which wouldn't work if VS2017 or older was never installed)
  • Removes all false positives for static initialization
  • Tests for Win32 (x86) do not work because only x64 gtest is included now