Ignore:
Timestamp:
Jan 2, 2000, 11:09:02 PM (26 years ago)
Author:
sandervl
Message:

Fixed Odin zombie processes when there's a trap inside vfprintf during logging.

File:
1 edited

Legend:

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

    r2280 r2298  
    1 /* $Id: wprocess.cpp,v 1.63 1999-12-31 10:47:12 sandervl Exp $ */
     1/* $Id: wprocess.cpp,v 1.64 2000-01-02 22:09:02 sandervl Exp $ */
    22
    33/*
     
    245245        //And free our own
    246246        OSLibFreeSel(thdb->teb_sel);
     247
     248        *TIBFlatPtr = 0;
    247249   }
    248250   else dprintf(("Already destroyed TIB"));
    249251
    250252   dprintf(("DestroyTIB: FS(%x):[0] = %x", GetFS(), QueryExceptionChain()));
    251    *TIBFlatPtr = 0;
    252253   return;
    253254}
Note: See TracChangeset for help on using the changeset viewer.