summaryrefslogtreecommitdiff
path: root/base/gsrefct.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/gsrefct.h')
-rw-r--r--base/gsrefct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/gsrefct.h b/base/gsrefct.h
index 957d5a104..98d1896ed 100644
--- a/base/gsrefct.h
+++ b/base/gsrefct.h
@@ -136,6 +136,7 @@ rc_free_proc(rc_free_struct_only);
BEGIN\
IF_RC_DEBUG(rc_trace_adjust(vp, &(vp)->rc, delta, cname));\
(vp)->rc.ref_count += (delta);\
+ (void)Memento_adjustRef((vp), delta);\
END
#define rc_unshare_struct(vp, typ, pstype, mem, errstat, cname)\
BEGIN\