]> git.cameronkatri.com Git - mandoc.git/commitdiff
Plug second meta.source leak in `UT' handling.
authorKristaps Dzonsons <kristaps@bsd.lv>
Mon, 24 May 2010 13:36:53 +0000 (13:36 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Mon, 24 May 2010 13:36:53 +0000 (13:36 +0000)
man_action.c

index 813062f67e1d98c1f0068b2c37c4c604d6427e9a..a397b29c864aed8c71954ae812b39c1c96f9de79 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: man_action.c,v 1.37 2010/05/24 12:22:43 kristaps Exp $ */
+/*     $Id: man_action.c,v 1.38 2010/05/24 13:36:53 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -262,6 +262,9 @@ post_UC(struct man *m)
                        p = bsd_versions[0];
        }
 
+       if (m->meta.source)
+               free(m->meta.source);
+
        m->meta.source = mandoc_strdup(p);
 
        return(1);