• Tracker

    Spaces
    Statistics
  • Experimental Feedback
  • Callback leak in `SCR_PlayerControllerCommandingComponent`
Back

3

Callback leak in `SCR_PlayerControllerCommandingComponent`

UI

Issue Key

AREXP-320

State

Assigned

Access

Public

Group

Arma Reforger

Project

Experimental Feedback

Creator

kexanone

Created

Jun 5, 2026

Views

129

Attachments

No attachments

Experimental Version

1.7.0.41

Mission

 

Is it modded?

Description

SCR_PlayerControllerCommandingComponent::RemoveListenersFromRadial does not seem to get called anymore, which leaks the callbacks registered in SCR_PlayerControllerCommandingComponent::SetupPlayerRadialMenu and can break other radial menus and duplicates callbacks on every setup.


Steps to reproduce:

  1. Set breakpoints in the body of both methods in workbench

  2. Open gesture radial menu -> Triggers setup

  3. Open quick slots radial menu -> Triggers nothing (Callbacks got leaked)

  4. Open gesture radial menu -> Triggers setup again (Callbacks got duplicated)


Related: https://github.com/acemod/ACE-Anvil/issues/447

Activity

    3 months ago

  • kexanone
    created issue3 months ago
  • kexanone
    changed3 months ago
  • kexanone
    changed3 months ago
  • kexanone
    changed3 months ago
  • 2 months ago

  • l909
    changed state to
    ASSIGNED
    2 months ago

You are not signed in. Please sign in to see more details and to reply.

Issue Key

AREXP-320

State

Assigned

Access

Public

Group

Arma Reforger

Project

Experimental Feedback

Creator

kexanone

Created

Jun 5, 2026

Views

129

Attachments

No attachments