Menu

Application Verifier break message

Incorrect FreeType parameter for VirtualFree operation.

Probable cause

This stop is generated if Application Verifier detects a VirtualFree with an incorrect value for the FreeType parameter. The only two valid values for this parameter are MEM_DECOMMIT and MEM_RELEASE. If VirtualFree is called with any other value except these two, VirtualFree will fail to free the memory.

Information displayed by Application Verifier

Parameter1 - Incorrect value used by the application

Parameter2 - Expected correct value 1

Parameter3 - Expected correct value 2

Parameter4 - Not used

Description - Incorrect FreeType parameter for VirtualFree operation

Additional information

Verifier stop code 060A.

To debug this stop look at the current stack trace (kb): the caller of VirtualFree is probably the culprit.