Ignore:
Timestamp:
Aug 22, 1999, 10:33:14 AM (26 years ago)
Author:
sandervl
Message:

Logfile crash fix

File:
1 edited

Legend:

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

    r612 r615  
    1 /* $Id: initterm.cpp,v 1.11 1999-08-21 19:47:29 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.12 1999-08-22 08:33:14 sandervl Exp $ */
    22
    33/*
     
    130130{
    131131    dprintf(("kernel32 exit %d\n", ulReason));
     132    WriteOutProfiles();
     133    DestroyTIB();
     134    //NOTE: Must be done after DestroyTIB
    132135    CloseLogFile();
    133     WriteOutProfiles();
    134136    _ctordtorTerm();
    135     DestroyTIB();
    136137    DosExitList(EXLST_EXIT, cleanup);
    137138    return ;
Note: See TracChangeset for help on using the changeset viewer.