Changeset 4244 for trunk/src/kernel32/winexebase.cpp
- Timestamp:
- Sep 12, 2000, 9:02:00 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winexebase.cpp
r4236 r4244 1 /* $Id: winexebase.cpp,v 1.1 0 2000-09-12 04:29:58 birdExp $ */1 /* $Id: winexebase.cpp,v 1.11 2000-09-12 19:01:59 sandervl Exp $ */ 2 2 3 3 /* … … 50 50 Win32ExeBase::Win32ExeBase(HINSTANCE hInstance) 51 51 : Win32ImageBase(hInstance), 52 fConsoleApp(FALSE), 53 cmdLineA(NULL), cmdLineW(NULL) 52 fConsoleApp(FALSE) 54 53 { 55 54 WinExe = this; … … 90 89 91 90 WinExe = NULL; 92 if(cmdLineA)93 free(cmdLineA);94 if(cmdLineW)95 free(cmdLineW);96 91 } 97 92 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.