Changeset 5516 for trunk/src/kernel32/wprocess.cpp
- Timestamp:
- Apr 16, 2001, 10:31:46 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/wprocess.cpp
r5448 r5516 1 /* $Id: wprocess.cpp,v 1.11 7 2001-04-02 22:51:58sandervl Exp $ */1 /* $Id: wprocess.cpp,v 1.118 2001-04-16 08:31:46 sandervl Exp $ */ 2 2 3 3 /* … … 565 565 dprintf(("KERNEL32: LoadLibraryW(%s) returns 0x%x", 566 566 pszAsciiLibFile, hDll)); 567 free(pszAsciiLibFile);567 FreeAsciiString(pszAsciiLibFile); 568 568 569 569 return hDll; … … 1033 1033 dprintf(("KERNEL32: LoadLibraryExW(%s, 0x%x, 0x%x) returns 0x%x", 1034 1034 pszAsciiLibFile, hFile, dwFlags, hDll)); 1035 free(pszAsciiLibFile);1035 FreeAsciiString(pszAsciiLibFile); 1036 1036 1037 1037 return hDll;
Note:
See TracChangeset
for help on using the changeset viewer.