From 6c492801ca0c9d69decab28636219cd6452d2fa6 Mon Sep 17 00:00:00 2001 From: APTX Date: Sun, 6 Sep 2009 15:38:15 +0200 Subject: [PATCH] - Close the file before sleeping! --- hashproducer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/hashproducer.cpp b/hashproducer.cpp index a9376a9..3d78a0b 100644 --- a/hashproducer.cpp +++ b/hashproducer.cpp @@ -68,6 +68,7 @@ qDebug() << "Obtaining new file name"; } } + file.close(); if (abort) return; -- 2.52.0