Skip to content

Commit 9f7b988

Browse files
committed
fix(Account): Fix memory leak
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 394a11b commit 9f7b988

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/Account.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ export default class Account {
359359
await this.init()
360360
}
361361
}
362+
this.localCachingResource = null
362363
await Logger.persist()
363364
}
364365

0 commit comments

Comments
 (0)