Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved memory handling in oc_dialog::SortUUIDList #1126

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

NikkiLacrima
Copy link
Contributor

@NikkiLacrima NikkiLacrima commented Jan 24, 2025

Improved memory handling and early release of allocated resources should improve situation for Issue #1119. Simple drop in replacement for oc_dialog.

This version has been tested for two months and no regressions seen.

As long as only a single owner is accessing the Detach app menus at a time problem should be fixed.

Improved memory handling and early release of allocated resources short improve situatin for Issue OpenCollarTeam#1119.
@NikkiLacrima NikkiLacrima changed the title Improved memory handling in SortUUIDLIst Improved memory handling in oc_dialog::SortUUIDList Jan 24, 2025
@NikkiLacrima NikkiLacrima linked an issue Jan 24, 2025 that may be closed by this pull request
@NikkiLacrima
Copy link
Contributor Author

This patch also allow the full number of 32 sensor results to be used in the sensor handling, not in the current patch but its a simple change. Also tested in places where force sit returns 32 results.

Copy link
Collaborator

@Pingout Pingout left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested for functionality, everything appears to work as expected. The Force Sit function now returns 32 items without error, and the detach app will also return 32 worn items without crashing.
I believe that @Medea-Destiny would like to review this scrpt for workflow. I will approve this and tag it with Don't Merge Yet awaiting Medea's review

@Pingout Pingout added the Do Not Merge (yet) One reason or another for not merging label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.4 Bug Do Not Merge (yet) One reason or another for not merging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OC_dialog crashing in V 8.3 when detach is attempted
3 participants