]> Some of my projects - anidbudpclient.git/commitdiff
- Close the file before sleeping!
authorAPTX <mail@example.com>
Sun, 6 Sep 2009 13:38:15 +0000 (15:38 +0200)
committerAPTX <mail@example.com>
Sun, 6 Sep 2009 13:38:15 +0000 (15:38 +0200)
hashproducer.cpp

index a9376a9924dab030ecde2e4d54367b76fc83a861..3d78a0b40e2a22eab88d0371c48bb27975680094 100644 (file)
@@ -68,6 +68,7 @@ qDebug() << "Obtaining new file name";
                        }
                }
 
+               file.close();
                if (abort)
                        return;