From 32802c07214e99cb40611b18f37fd6c971e84c0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=9A=93?= Date: Sun, 6 Jul 2025 11:20:45 -0400 Subject: [PATCH] Don't call `assumeRubyGC(false)` in `Bitmap::sandbox_deserialize_begin` --- src/display/bitmap.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/display/bitmap.cpp b/src/display/bitmap.cpp index 611a040b..a50b9b44 100644 --- a/src/display/bitmap.cpp +++ b/src/display/bitmap.cpp @@ -4158,8 +4158,6 @@ void Bitmap::sandbox_deserialize_begin(bool is_new) deserModified = is_new; deserSizeChanged = is_new; - - assumeRubyGC(false); } void Bitmap::sandbox_deserialize_end(bool is_sandbox_object)