Ignore:
Timestamp:
Sep 12, 2000, 9:02:00 PM (25 years ago)
Author:
sandervl
Message:

LX exe command line fix

File:
1 edited

Legend:

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

    r4236 r4244  
    1 /* $Id: winexebase.cpp,v 1.10 2000-09-12 04:29:58 bird Exp $ */
     1/* $Id: winexebase.cpp,v 1.11 2000-09-12 19:01:59 sandervl Exp $ */
    22
    33/*
     
    5050Win32ExeBase::Win32ExeBase(HINSTANCE hInstance)
    5151                 : Win32ImageBase(hInstance),
    52                    fConsoleApp(FALSE),
    53                    cmdLineA(NULL), cmdLineW(NULL)
     52                   fConsoleApp(FALSE)
    5453{
    5554  WinExe = this;
     
    9089
    9190  WinExe = NULL;
    92   if(cmdLineA)
    93         free(cmdLineA);
    94   if(cmdLineW)
    95         free(cmdLineW);
    9691}
    9792//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.