mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Don't operate on short_ptr.
This commit is contained in:
parent
44020487d2
commit
d827832d4d
@ -5175,7 +5175,7 @@ void Worker::ProcessGpuZoneBeginImpl( GpuEvent* zone, const QueueGpuZoneBegin& e
|
|||||||
{
|
{
|
||||||
m_data.gpuCnt++;
|
m_data.gpuCnt++;
|
||||||
|
|
||||||
auto ctx = m_gpuCtxMap[ev.context];
|
auto ctx = m_gpuCtxMap[ev.context].get();
|
||||||
assert( ctx );
|
assert( ctx );
|
||||||
|
|
||||||
CheckSourceLocation( ev.srcloc );
|
CheckSourceLocation( ev.srcloc );
|
||||||
|
Loading…
Reference in New Issue
Block a user