aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/msec.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-15 16:27:23 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-15 16:27:23 +0000
commitc524f873afc76c8c73dc6b1bde47aff22ae40cea (patch)
tree481ba10792fa98321769b22923d7ed466e53143c /msec.c
parent619da5a7b0c931ea622bdd14c639e77e854f5ba1 (diff)
downloadmandoc-c524f873afc76c8c73dc6b1bde47aff22ae40cea.tar.gz
mandoc-c524f873afc76c8c73dc6b1bde47aff22ae40cea.tar.zst
mandoc-c524f873afc76c8c73dc6b1bde47aff22ae40cea.zip
Fixed memory leak introduced in last checkin of man_action TH parsing (only if TH is called again, which never happens anyway).
Fixed my email address in man_action.c and msec.c. Removed superfluous <time.h> inclusion in msec.c.
Diffstat (limited to 'msec.c')
-rw-r--r--msec.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/msec.c b/msec.c
index aeb7767d..e41d6439 100644
--- a/msec.c
+++ b/msec.c
@@ -1,6 +1,6 @@
-/* $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
@@ -20,7 +20,6 @@
#include <stdlib.h>
#include <string.h>
-#include <time.h>
#include "libmdoc.h"