Skip to content

fix: Prevent double-removal in CameraShakeSystemClass destructor - #565

Open
seer-by-sentry[bot] wants to merge 1 commit into
mainfrom
seer/fix/client-45p-camera-shake-dtor
Open

fix: Prevent double-removal in CameraShakeSystemClass destructor#565
seer-by-sentry[bot] wants to merge 1 commit into
mainfrom
seer/fix/client-45p-camera-shake-dtor

Conversation

@seer-by-sentry

Copy link
Copy Markdown

This PR fixes issue CLIENT-45P by removing a redundant call to CameraShakerList.Remove(obj) in the CameraShakeSystemClass destructor. The Remove_Head() method already detaches the object from the list, making the subsequent Remove(obj) call a double-removal. This double-removal corrupts the internal list pointers, leading to an EXCEPTION_ACCESS_VIOLATION_READ crash in GenericMultiListClass::Internal_Remove_List_Head during process teardown.

Fixes CLIENT-45P

This PR was automatically generated by Sentry. You can adjust this setting at any time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants