mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
attempted crashbug fix
This commit is contained in:
@@ -350,7 +350,7 @@ public:
|
|||||||
|
|
||||||
auto cachedData = entry.lock();
|
auto cachedData = entry.lock();
|
||||||
|
|
||||||
if (cachedData)
|
if (cachedData && entry.ptr)
|
||||||
{
|
{
|
||||||
if (replace(entry.ptr))
|
if (replace(entry.ptr))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user