Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Fix command response key leak #1205

Merged
merged 3 commits into from
Oct 31, 2019
Merged

Fix command response key leak #1205

merged 3 commits into from
Oct 31, 2019

Conversation

zeroZshadow
Copy link
Contributor

Description

Command response callbacks were registering a key with the system, but these were never cleared.
The key itself isn't actually used, since response callbacks will always clean up after sending.

This PR removes the key registration for response callbacks.

@improbable-prow-robot improbable-prow-robot added the jira/no-ticket Indicates a PR has no corresponding JIRA ticket label Oct 31, 2019
@improbable-prow-robot improbable-prow-robot added A: core Area: Core GDK size/XS Denotes a PR that changes 0-14 lines, ignoring generated files. labels Oct 31, 2019
CHANGELOG.md Outdated Show resolved Hide resolved
Co-Authored-By: Paul Balaji <[email protected]>
@zeroZshadow zeroZshadow merged commit 0ca21dd into develop Oct 31, 2019
@zeroZshadow zeroZshadow deleted the bugfix/response-key-leak branch October 31, 2019 14:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A: core Area: Core GDK jira/no-ticket Indicates a PR has no corresponding JIRA ticket size/XS Denotes a PR that changes 0-14 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants