From 9f2008fcb2f7cdf91e524c402cdd9c99c4bc0772 Mon Sep 17 00:00:00 2001 From: Aaron Clarke Date: Wed, 26 Apr 2023 10:39:13 -0700 Subject: [PATCH] Updated todo with github issue link --- impeller/renderer/backend/vulkan/command_pool_vk.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/impeller/renderer/backend/vulkan/command_pool_vk.cc b/impeller/renderer/backend/vulkan/command_pool_vk.cc index 46d48c31852e3..25b8a86eba563 100644 --- a/impeller/renderer/backend/vulkan/command_pool_vk.cc +++ b/impeller/renderer/backend/vulkan/command_pool_vk.cc @@ -16,9 +16,9 @@ namespace impeller { using CommandPoolMap = std::map>; -// TODO(tbd): This is storing tons of CommandPoolVK's in the test runner since -// many contexts are created on the same thread. We need to come up -// with a different way to clean these up. +// TODO(https://github.com/flutter/flutter/issues/125571): This is storing tons +// of CommandPoolVK's in the test runner since many contexts are created on the +// same thread. We need to come up with a different way to clean these up. FML_THREAD_LOCAL fml::ThreadLocalUniquePtr tls_command_pool; static Mutex g_all_pools_mutex;