--- src/main.c 2005-09-25 06:28:44.000000000 -0400 +++ newsrc/main.c 2005-09-23 21:21:57.000000000 -0400 @@ -742,7 +742,7 @@ ctm = localtime(&ct); strftime(time_string, size, format, ctm); /*"%l:%M %p %Z", ctm);*/ if (time_string == NULL) return NULL; - free(ctm); +// free(ctm); return time_string; }