From c524f873afc76c8c73dc6b1bde47aff22ae40cea Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 15 May 2010 16:27:23 +0000 Subject: 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 inclusion in msec.c. --- msec.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'msec.c') 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 + * Copyright (c) 2009 Kristaps Dzonsons * * 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 #include -#include #include "libmdoc.h" -- cgit v1.2.3-56-ge451