Backed out changeset fe441360b591 (bug 1915216) for causing leaks at ThreadSafeWeakReference. CLOSED TREE

This commit is contained in:
Butkovits Atila
2024-10-17 19:11:29 +03:00
parent 92eef6449d
commit 20cd2bfd08
15 changed files with 106 additions and 796 deletions

View File

@@ -2698,7 +2698,7 @@ export class BackupService extends EventTarget {
);
await IOUtils.writeJSON(postRecoveryPath, postRecovery);
await profileSvc.asyncFlush();
profileSvc.flush();
if (shouldLaunch) {
Services.startup.createInstanceWithProfile(profile);