diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-07-25 16:03:03 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-07-25 16:03:03 +0000 |
commit | e820a984784a040afe30fb4601e418695d647928 (patch) | |
tree | ae8e8d89674be7f79466879e97a66cba021ca5aa /mdoc_action.c | |
parent | 0d8aacabe1e3f7fd5a9be49188ca96e229c4fb6a (diff) | |
download | mandoc-e820a984784a040afe30fb4601e418695d647928.tar.gz |
Patches and results of LLVM static analysis (thanks uqs@sporlein.net).
Diffstat (limited to 'mdoc_action.c')
-rw-r--r-- | mdoc_action.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mdoc_action.c b/mdoc_action.c index a54b21c3..2a284546 100644 --- a/mdoc_action.c +++ b/mdoc_action.c @@ -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) { |