Fixes #72763
When the code handling grab break due to a push technique is executed, it attempts to record a debug message about the grab break, in doing so it dereferences an effect object that has been removed.
Describe the solution
Stash the string in question before removing the effect.
Summary
None
Purpose of change
Fixes #72763 When the code handling grab break due to a push technique is executed, it attempts to record a debug message about the grab break, in doing so it dereferences an effect object that has been removed.
Describe the solution
Stash the string in question before removing the effect.