mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1038202 - Give MSCOMInitThreadPoolListener a private destructor; r=bjacob
This commit is contained in:
parent
5920013e01
commit
c8ebace128
@ -193,6 +193,8 @@ SharedThreadPool::~SharedThreadPool()
|
||||
// deinitialized on the thread pool thread. We may call into WMF or
|
||||
// DirectShow on this thread, so we need MSCOM working.
|
||||
class MSCOMInitThreadPoolListener MOZ_FINAL : public nsIThreadPoolListener {
|
||||
~MSCOMInitThreadPoolListener() {}
|
||||
|
||||
public:
|
||||
NS_DECL_THREADSAFE_ISUPPORTS
|
||||
NS_DECL_NSITHREADPOOLLISTENER
|
||||
|
Loading…
Reference in New Issue
Block a user