mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
Use refCount: true to avoid potential memory leak (#8796)
This commit is contained in:
@@ -194,7 +194,7 @@ export class GroupAddEditComponent implements OnInit, OnDestroy {
|
|||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
}),
|
}),
|
||||||
shareReplay({ refCount: false }),
|
shareReplay({ refCount: true, bufferSize: 1 }),
|
||||||
);
|
);
|
||||||
|
|
||||||
restrictGroupAccess$ = combineLatest([
|
restrictGroupAccess$ = combineLatest([
|
||||||
|
|||||||
Reference in New Issue
Block a user