From b8982fcf43b86c1e39dcc3dd19bff2821633eda6 Mon Sep 17 00:00:00 2001 From: Yong He Date: Wed, 9 Feb 2022 15:30:38 -0800 Subject: Various fixes to gfx. (#2120) * Various fixes to gfx. * Fix. * Fixes. * Fix. Co-authored-by: Yong He --- source/core/slang-chunked-list.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/core') diff --git a/source/core/slang-chunked-list.h b/source/core/slang-chunked-list.h index fced9834a..36f97cedd 100644 --- a/source/core/slang-chunked-list.h +++ b/source/core/slang-chunked-list.h @@ -243,6 +243,7 @@ private: { auto nextChunk = chunk->next; freeChunk(chunk); + chunk = nextChunk; } m_firstChunk.next = 0; m_firstChunk.size = 0; -- cgit v1.2.3