diff --git a/CGI/man.c b/CGI/man.c index cbf00db..474ed55 100644 --- a/CGI/man.c +++ b/CGI/man.c @@ -146,9 +146,6 @@ char* kn_manpage_process(const char* path) { tmp = b; b = kn_strcat(b, HTML(cbuf)); free(tmp); - tmp = b; - b = kn_strcat(b, ""); - free(tmp); } old = 0; }