Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Tweak back.
  • Loading branch information
matanlurey committed Sep 12, 2023
commit 874575848e95ef2de06f22805e4c539f545046a2
2 changes: 1 addition & 1 deletion impeller/renderer/backend/vulkan/resource_manager_vk.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class ResourceManagerVK final
std::mutex reclaimables_mutex_;
std::condition_variable reclaimables_cv_;
Reclaimables reclaimables_;
bool should_exit_;
bool should_exit_ = false;
// This should be initialized last since it references the other instance
// variables.
std::thread waiter_;
Expand Down