mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 17:56:44 +02:00
Free render target
This commit is contained in:
@@ -315,4 +315,9 @@ ZoneWindowDrawing::~ZoneWindowDrawing()
|
||||
}
|
||||
m_cv.notify_all();
|
||||
m_renderThread.join();
|
||||
|
||||
if (m_renderTarget)
|
||||
{
|
||||
m_renderTarget->Release();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user