Chromium Code Reviews| Index: webrtc/base/thread.cc |
| diff --git a/webrtc/base/thread.cc b/webrtc/base/thread.cc |
| index ed0c44674183e5c141a7638953446a89ec07b65a..a0e059b87a37862722d6439d3d1339893ed2e3db 100644 |
| --- a/webrtc/base/thread.cc |
| +++ b/webrtc/base/thread.cc |
| @@ -571,6 +571,10 @@ void ComThread::Run() { |
| LOG(LS_ERROR) << "CoInitialize failed, hr=" << hr; |
| } |
| } |
| + |
| +ComThread::~ComThread() { |
|
tommi
2017/02/20 12:13:08
nit: methods in the .cc file should be in the same
|
| + Stop(); |
| +} |
| #endif |
| } // namespace rtc |