From 251cdac7b8327c1ca639ca465b7766c96fc7f2de Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 17 Mar 2012 13:10:06 +0100 Subject: [PATCH] Properly unlink the temporary file after training. --- train.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/train.pl b/train.pl index 4981e44..d8037db 100755 --- a/train.pl +++ b/train.pl @@ -63,3 +63,4 @@ while () { } $dbh->commit; +unlink($tmpnam); -- 2.39.2