Ignore:
Timestamp:
Apr 30, 2002, 11:54:44 AM (23 years ago)
Author:
sandervl
Message:

disabled _dump_allocated; can cause exitlist hangs

File:
1 edited

Legend:

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

    r8327 r8340  
    1 /* $Id: initkernel32.cpp,v 1.15 2002-04-29 17:05:30 sandervl Exp $
     1/* $Id: initkernel32.cpp,v 1.16 2002-04-30 09:54:44 sandervl Exp $
    22 *
    33 * KERNEL32 DLL entry point
     
    241241    dprintf(("*************  KERNEL32 STATISTICS END   *****************"));
    242242
    243     _dump_allocated(0);
     243    //SvL: This can cause an exitlist hang; disabled for now
     244////    _dump_allocated(0);
    244245#endif
    245246
Note: See TracChangeset for help on using the changeset viewer.