-/* $Id: man_action.c,v 1.31 2010/05/15 15:54:39 kristaps Exp $ */
+/* $Id: man_action.c,v 1.32 2010/05/15 16:27:23 kristaps Exp $ */
/*
- * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
+ * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
free(m->meta.vol);
if (m->meta.source)
free(m->meta.source);
+ if (m->meta.msec)
+ free(m->meta.msec);
m->meta.title = m->meta.vol =
m->meta.msec = m->meta.source = NULL;
-/* $Id: msec.c,v 1.6 2010/01/01 17:14:30 kristaps Exp $ */
+/* $Id: msec.c,v 1.7 2010/05/15 16:27:23 kristaps Exp $ */
/*
- * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
+ * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
#include <stdlib.h>
#include <string.h>
-#include <time.h>
#include "libmdoc.h"