diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-10-04 11:52:03 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-10-04 11:52:03 +0000 |
commit | 68a5d5c00be0e0445e72c2e960588d21c4494467 (patch) | |
tree | fa6e1bf24e1287633ff08a41d45d2c7f1e8ed24d /xmalloc-debug.c | |
parent | ff56ed7bd66f9be56f525838c21695a8574c1a09 (diff) | |
download | rtmux-68a5d5c00be0e0445e72c2e960588d21c4494467.tar.gz rtmux-68a5d5c00be0e0445e72c2e960588d21c4494467.tar.bz2 rtmux-68a5d5c00be0e0445e72c2e960588d21c4494467.zip |
Window attachment, malloc debugging, fix a segfault with no sessions.
Diffstat (limited to 'xmalloc-debug.c')
-rw-r--r-- | xmalloc-debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmalloc-debug.c b/xmalloc-debug.c index 051d96b7..4215e6e2 100644 --- a/xmalloc-debug.c +++ b/xmalloc-debug.c @@ -1,4 +1,4 @@ -/* $Id: xmalloc-debug.c,v 1.1 2007-07-25 23:13:18 nicm Exp $ */ +/* $Id: xmalloc-debug.c,v 1.2 2007-10-04 11:52:03 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -51,7 +51,7 @@ u_int xmalloc_mallocs; u_int xmalloc_reallocs; /* Print function. */ -#define XMALLOC_PRINT log_debug3 +#define XMALLOC_PRINT log_debug /* Bytes of unallocated blocks and number of allocated blocks to show. */ #define XMALLOC_BYTES 8 |