summaryrefslogtreecommitdiff
path: root/zwgc/plus.c
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc/plus.c')
-rw-r--r--zwgc/plus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zwgc/plus.c b/zwgc/plus.c
index 9f445e0..303c2fc 100644
--- a/zwgc/plus.c
+++ b/zwgc/plus.c
@@ -345,7 +345,7 @@ list_add_notice(notice)
/* no entry */
pt = (notnode *)malloc(sizeof(notnode));
pt->notice = notice;
- pt->refcount = 0;
+ pt->refcount = 1;
pt->fake_notice = 0;
pt->next = notlist[bx];
pt->opcode = notice->z_opcode;