From 4690a796b3a9cd2ed9769323c29d5e442d4be21f Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 25 Jul 2009 16:03:03 +0000 Subject: Patches and results of LLVM static analysis (thanks uqs@sporlein.net). --- mdoc_action.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mdoc_action.c') 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 * @@ -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) { -- cgit v1.2.3-56-ge451