nvhost_vic: use map erase by key

This commit is contained in:
Liam 2024-01-15 21:53:20 -05:00
parent 32f623e029
commit 04867e2456
1 changed files with 1 additions and 4 deletions

View File

@ -78,10 +78,7 @@ void nvhost_vic::OnClose(DeviceFD fd) {
if (iter != host1x_file.fd_to_id.end()) {
system.GPU().ClearCdmaInstance(iter->second);
}
auto it = sessions.find(fd);
if (it != sessions.end()) {
sessions.erase(it);
}
sessions.erase(fd);
}
} // namespace Service::Nvidia::Devices