summaryrefslogtreecommitdiff
path: root/dbg_mlc.c
diff options
context:
space:
mode:
Diffstat (limited to 'dbg_mlc.c')
-rw-r--r--dbg_mlc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbg_mlc.c b/dbg_mlc.c
index 82bae06b..df3516bf 100644
--- a/dbg_mlc.c
+++ b/dbg_mlc.c
@@ -759,7 +759,7 @@ void * GC_debug_realloc(void * p, size_t lb, GC_EXTRA_PARAMS)
{
void * base = GC_base(p);
ptr_t clobbered;
- void * result;
+ void * result = NULL;
size_t copy_sz = lb;
size_t old_sz;
hdr * hhdr;