mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
ipc/glue: Don't compare pointer to int.
This commit is contained in:
parent
25063754f5
commit
0a0753b116
@ -122,7 +122,7 @@ GeckoChildProcessHost::~GeckoChildProcessHost()
|
||||
|
||||
MOZ_COUNT_DTOR(GeckoChildProcessHost);
|
||||
|
||||
if (mChildProcessHandle > 0) {
|
||||
if (mChildProcessHandle) {
|
||||
#if defined(MOZ_WIDGET_COCOA)
|
||||
SharedMemoryBasic::CleanupForPid(mChildProcessHandle);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user