=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/roff.c,v retrieving revision 1.251 retrieving revision 1.252 diff -c -r1.251 -r1.252 *** src/usr.bin/mandoc/roff.c 2021/10/04 10:11:54 1.251 --- src/usr.bin/mandoc/roff.c 2021/10/04 14:18:42 1.252 *************** *** 1,6 **** ! /* $OpenBSD: roff.c,v 1.251 2021/10/04 10:11:54 schwarze Exp $ */ /* ! * Copyright (c) 2010-2015, 2017-2020 Ingo Schwarze * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any --- 1,6 ---- ! /* $OpenBSD: roff.c,v 1.252 2021/10/04 14:18:42 schwarze Exp $ */ /* ! * Copyright (c) 2010-2015, 2017-2021 Ingo Schwarze * Copyright (c) 2008-2012, 2014 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any *************** *** 859,864 **** --- 859,865 ---- roff_man_free(struct roff_man *man) { roff_man_free1(man); + free(man->os_r); free(man); }