-
- Downloads
Bug 1768907 - Part 2: nsTransferable disk-leaks when private browsing mode is...
Bug 1768907 - Part 2: nsTransferable disk-leaks when private browsing mode is enabled by default. r=handyman nsTransferable was modified to prevent disk leakings when copying data in private browsing mode with Bug 1123480. However, the context is nullptr when it is initialized, so it still leaks if PBM is enabled by default. Our solution is to check the browser.privatebrowsing.autostart in this condition. Differential Revision: https://phabricator.services.mozilla.com/D157800
parent
9920955c
No related branches found
No related tags found
Please register or sign in to comment