mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Reverting previous change but leaving it commented out, per bug 374332 comment 7.
This commit is contained in:
parent
c27dc765b6
commit
f7cf8f5378
@ -568,7 +568,7 @@ NS_IMETHODIMP nsAppRootAccessible::Init()
|
||||
// an exit function registered will take care of it
|
||||
// if (sAtkBridge.shutdown)
|
||||
// (*sAtkBridge.shutdown)();
|
||||
PR_UnloadLibrary(sAtkBridge.lib);
|
||||
// PR_UnloadLibrary(sAtkBridge.lib);
|
||||
sAtkBridge.lib = NULL;
|
||||
sAtkBridge.init = NULL;
|
||||
sAtkBridge.shutdown = NULL;
|
||||
@ -579,15 +579,15 @@ NS_IMETHODIMP nsAppRootAccessible::Init()
|
||||
// 2) We need it to avoid assert in spi_atk_tidy_windows
|
||||
// if (sGail.shutdown)
|
||||
// (*sGail.shutdown)();
|
||||
PR_UnloadLibrary(sGail.lib);
|
||||
// PR_UnloadLibrary(sGail.lib);
|
||||
sGail.lib = NULL;
|
||||
sGail.init = NULL;
|
||||
sGail.shutdown = NULL;
|
||||
}
|
||||
if (sATKLib) {
|
||||
PR_UnloadLibrary(sATKLib);
|
||||
sATKLib = nsnull;
|
||||
}
|
||||
// if (sATKLib) {
|
||||
// PR_UnloadLibrary(sATKLib);
|
||||
// sATKLib = nsnull;
|
||||
// }
|
||||
}
|
||||
|
||||
NS_IMETHODIMP nsAppRootAccessible::GetName(nsAString& _retval)
|
||||
|
Loading…
Reference in New Issue
Block a user