From: APTX Date: Sun, 6 Sep 2009 13:38:15 +0000 (+0200) Subject: - Close the file before sleeping! X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=6c492801ca0c9d69decab28636219cd6452d2fa6;p=anidbudpclient.git - Close the file before sleeping! --- 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;