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=566de78610e04196a04b18abfe902e4b473508ac;p=aniplayer-old.git - Close the file before sleeping! --- 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;