From 566de78610e04196a04b18abfe902e4b473508ac 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! --- lib/anidbudpclient/hashproducer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/anidbudpclient/hashproducer.cpp b/lib/anidbudpclient/hashproducer.cpp index a9376a9..3d78a0b 100644 --- a/lib/anidbudpclient/hashproducer.cpp +++ b/lib/anidbudpclient/hashproducer.cpp @@ -68,6 +68,7 @@ qDebug() << "Obtaining new file name"; } } + file.close(); if (abort) return; -- 2.52.0