=================================================================== RCS file: /cvs/texi2mdoc/util.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -p -r1.25 -r1.26 --- texi2mdoc/util.c 2015/03/03 22:37:24 1.25 +++ texi2mdoc/util.c 2015/03/05 08:35:35 1.26 @@ -1,4 +1,4 @@ -/* $Id: util.c,v 1.25 2015/03/03 22:37:24 kristaps Exp $ */ +/* $Id: util.c,v 1.26 2015/03/05 08:35:35 kristaps Exp $ */ /* * Copyright (c) 2015 Kristaps Dzonsons * @@ -100,6 +100,7 @@ texiexit(struct texi *p) free(p->dirs); free(p->subtitle); free(p->title); + free(p->copying); } /*