From d7d94625b00961bd8cdb57371fc3573ad1ac0ea8 Mon Sep 17 00:00:00 2001 From: Richard Menzies Date: Sun, 20 Oct 2024 01:35:11 +0100 Subject: [PATCH] Free object at end of test --- .../scripts/analyzer/warnings/match_invaild_pattern_type.gd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/gdscript/tests/scripts/analyzer/warnings/match_invaild_pattern_type.gd b/modules/gdscript/tests/scripts/analyzer/warnings/match_invaild_pattern_type.gd index cced01be835..8943ec91210 100644 --- a/modules/gdscript/tests/scripts/analyzer/warnings/match_invaild_pattern_type.gd +++ b/modules/gdscript/tests/scripts/analyzer/warnings/match_invaild_pattern_type.gd @@ -2436,3 +2436,5 @@ func test(): print("should not match") packed_color_array_type: print("should not match") + + object_type.free()