Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
fix(gokai_sdk): remove problematic delete call in account manager
Browse files Browse the repository at this point in the history
  • Loading branch information
RossComputerGuy committed Aug 31, 2023
1 parent a875928 commit 6a11f05
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ void AccountManager::user_changed(ActUser* user, gpointer user_data) {
for (const auto& entry : self->cache) {
auto find = std::find(ids.begin(), ids.end(), entry.first);
if (find == ids.end()) {
delete entry.second;
self->cache.erase(entry.first);
}
}
Expand Down

0 comments on commit 6a11f05

Please sign in to comment.