On Wed, Feb 02, 2022 at 06:33:45PM +0100, Johann Klähn wrote: > Signed-off-by: Johann Klähn <johann@xxxxxxxxxx> Good eyes! Both queued and pushed, thank you! Thanx, Paul > --- > advsync/rt.tex | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/advsync/rt.tex b/advsync/rt.tex > index ee0e7474..7b8af008 100644 > --- a/advsync/rt.tex > +++ b/advsync/rt.tex > @@ -1947,7 +1947,7 @@ bool update_cal(short a, short b, short c) \lnlbl[upd:b] > if (old_p == &default_cal) > return true; > synchronize_rcu(); > - free(p); > + free(old_p); > return true; > } \lnlbl[upd:e] > \end{VerbatimL} > -- > 2.34.1 >