Ignore:
Timestamp:
Oct 6, 1999, 12:02:09 PM (26 years ago)
Author:
phaller
Message:

Fix: VirtualFree not freeing memory fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/virtual.cpp

    r1151 r1152  
    1 /* $Id: virtual.cpp,v 1.13 1999-10-06 09:58:24 phaller Exp $ */
     1/* $Id: virtual.cpp,v 1.14 1999-10-06 10:02:09 phaller Exp $ */
    22
    33/*
     
    388388  if(rc)
    389389  {
     390    dprintf(("KERNEL32:VirtualFree rc = #%d\n",
     391             rc);
    390392    SetLastError(ERROR_GEN_FAILURE);
    391393    return(FALSE);
Note: See TracChangeset for help on using the changeset viewer.