mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 23:22:16 +02:00
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:
parent
5bcb8251f5
commit
0ffcbdc9b4
7 changed files with 0 additions and 450 deletions
|
|
@ -46,8 +46,6 @@
|
|||
# include <gmodule.h>
|
||||
#endif
|
||||
|
||||
#include "core/memdebug.h"
|
||||
|
||||
/* input functions */
|
||||
#define G_INPUT_READ (1 << 0)
|
||||
#define G_INPUT_WRITE (1 << 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue