Ignore:
Timestamp:
02/22/09 00:50:59 (3 years ago)
Author:
wd
Message:

Some dmalloc tweaks, fix a dumb server command bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ithildin-1.1/source/main.c

    r589 r832  
    377377    } 
    378378 
     379#ifdef USE_DMALLOC 
     380    dmalloc_log_stats(); 
     381    dmalloc_log_unfreed(); 
     382#endif 
     383 
    379384    /* unload all our modules */ 
    380385    unload_all_modules(); 
     
    393398    if (me.ssl.enabled) 
    394399        ERR_free_strings(); 
     400#endif 
     401 
     402#ifdef USE_DMALLOC 
     403    dmalloc_log_stats(); 
     404    dmalloc_log_unfreed(); 
    395405#endif 
    396406 
Note: See TracChangeset for help on using the changeset viewer.