aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_action.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-07-25 16:03:03 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-07-25 16:03:03 +0000
commit4690a796b3a9cd2ed9769323c29d5e442d4be21f (patch)
treeb1b4f7e79c008f6af9c8283d26cd23ad27528079 /mdoc_action.c
parent1dc71205dae2e5dd56cf1f23033d63c7e14a0795 (diff)
downloadmandoc-4690a796b3a9cd2ed9769323c29d5e442d4be21f.tar.gz
mandoc-4690a796b3a9cd2ed9769323c29d5e442d4be21f.tar.zst
mandoc-4690a796b3a9cd2ed9769323c29d5e442d4be21f.zip
Patches and results of LLVM static analysis (thanks uqs@sporlein.net).
Diffstat (limited to 'mdoc_action.c')
-rw-r--r--mdoc_action.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mdoc_action.c b/mdoc_action.c
index a45faf9c..a5e84dfd 100644
--- a/mdoc_action.c
+++ b/mdoc_action.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_action.c,v 1.32 2009/07/24 13:18:15 kristaps Exp $ */
+/* $Id: mdoc_action.c,v 1.33 2009/07/25 16:03:03 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -487,7 +487,6 @@ post_dt(POST_ARGS)
free(m->meta.vol);
if (NULL == (m->meta.vol = strdup(cp)))
return(mdoc_nerr(m, m->last, EMALLOC));
- n = n->next;
} else {
cp = mdoc_a2arch(n->string);
if (NULL == cp) {