Changeset 1152
- Timestamp:
- Oct 6, 1999, 12:02:09 PM (26 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
changelog (modified) (2 diffs)
-
src/kernel32/virtual.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r1150 r1152 1 /* $Id: changelog,v 1.27 5 1999-10-06 08:08:10 sandervlExp $ */1 /* $Id: changelog,v 1.276 1999-10-06 09:59:57 phaller Exp $ */ 2 2 3 3 99-10-06: Sander van Leeuwen <sandervl@xs4all.nl> … … 6 6 7 7 99-10-06: Patrick Haller <phaller@gmx.net> 8 - KERNEL32: Fix for DLLs without Resource Segment (pResDir == NULL) 8 - KERNEL32: Fix: DLLs without Resource Segment (pResDir == NULL) 9 Fix: VirtualFree not freeing memory fixed, WINHLP32 looks healthier :) 9 10 10 11 99-10-05: Christoph Bratschi <cbratschi@datacomm.ch> -
trunk/src/kernel32/virtual.cpp
r1151 r1152 1 /* $Id: virtual.cpp,v 1.1 3 1999-10-06 09:58:24phaller Exp $ */1 /* $Id: virtual.cpp,v 1.14 1999-10-06 10:02:09 phaller Exp $ */ 2 2 3 3 /* … … 388 388 if(rc) 389 389 { 390 dprintf(("KERNEL32:VirtualFree rc = #%d\n", 391 rc); 390 392 SetLastError(ERROR_GEN_FAILURE); 391 393 return(FALSE);
Note:
See TracChangeset
for help on using the changeset viewer.
