• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision22a0e38487c5743aae419252c044c20c1d0fb5a2 (tree)
Time2013-02-17 01:02:30
Authoralucky4416 <alucky4416@user...>
Commiteralucky4416

Log Message

BUG: missing usbrh close().

Change Summary

Incremental Difference

--- a/daqthread.cpp
+++ b/daqthread.cpp
@@ -90,6 +90,9 @@ void DAQThread::run()
9090 }
9191 sleep(1);
9292 }
93+
94+ rhdev->close();
95+
9396 qDebug() << "daqTh is stopped.";
9497
9598 }