Skip to content

Commit 9dab949

Browse files
committed
cleanup dangling reference
1 parent 373df10 commit 9dab949

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Packages/com.unity.inputsystem/InputSystem/Editor/ControlPicker/InputControlPathEditor.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public InputControlPathEditor(SerializedProperty pathProperty, InputControlPicke
4040

4141
public void Dispose()
4242
{
43+
s_pathProperty = null;
4344
m_PickerDropdown?.Dispose();
4445
}
4546

0 commit comments

Comments
 (0)