This commit is contained in:
Jeff Lenk 2011-01-10 09:39:46 -06:00
parent 300348916e
commit 719416f66b
1 changed files with 1 additions and 0 deletions

View File

@ -744,6 +744,7 @@ abyss_bool handler_hook(TSession * r)
if (dateValue) {
ResponseAddField(r, "Date", dateValue);
free(dateValue);
}
}