mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 529234: make sure to cleanup child processes
This commit is contained in:
parent
737515b2c8
commit
27e7412d40
@ -41,6 +41,7 @@
|
||||
#include "base/path_service.h"
|
||||
#include "base/string_util.h"
|
||||
#include "chrome/common/chrome_switches.h"
|
||||
#include "chrome/common/process_watcher.h"
|
||||
|
||||
#include "prprf.h"
|
||||
|
||||
@ -78,6 +79,8 @@ GeckoChildProcessHost::GeckoChildProcessHost(GeckoProcessType aProcessType,
|
||||
GeckoChildProcessHost::~GeckoChildProcessHost()
|
||||
{
|
||||
MOZ_COUNT_DTOR(GeckoChildProcessHost);
|
||||
|
||||
ProcessWatcher::EnsureProcessTerminated(mChildProcessHandle);
|
||||
}
|
||||
|
||||
bool
|
||||
|
Loading…
Reference in New Issue
Block a user