Removed memory debugging code. It's a lot easier to check for buffer

overflows with electric fence and memory leaks with memprof.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2095 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-11-19 20:30:19 +00:00 committed by cras
commit 0ffcbdc9b4
7 changed files with 0 additions and 450 deletions

View file

@ -324,9 +324,5 @@ int main(int argc, char **argv)
g_main_destroy(main_loop);
textui_deinit();
#ifdef MEM_DEBUG
ig_mem_profile();
#endif
return 0;
}