Ignore:
Timestamp:
Apr 29, 2002, 7:05:30 PM (23 years ago)
Author:
sandervl
Message:

PH: memory leak fixes; extra checks for NULL pointers; CreateProcess changes for debug option; GetModuleFileName doesn't count 0 terminator

File:
1 edited

Legend:

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

    r7811 r8327  
    1 /* $Id: winimagebase.cpp,v 1.34 2002-02-06 16:33:39 sandervl Exp $ */
     1/* $Id: winimagebase.cpp,v 1.35 2002-04-29 17:05:30 sandervl Exp $ */
    22
    33/*
     
    322322        *subsystem = oh.Subsystem;
    323323  }
     324 
     325  free(win32file);
    324326  DosClose(win32handle);
    325327  return ERROR_SUCCESS_W;
Note: See TracChangeset for help on using the changeset viewer.