Skip to content

Fix: alloc-dealloc-mismatch#680

Merged
xsscx merged 1 commit intomasterfrom
issue-663
Mar 14, 2026
Merged

Fix: alloc-dealloc-mismatch#680
xsscx merged 1 commit intomasterfrom
issue-663

Conversation

@ChrisCoxArt
Copy link
Contributor

Mixing new, malloc, and free is going to lead to problems. Fixes #663

Pull Request Checklist

  • Have you followed the guidelines in Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same change?
  • Have you built your Pull Request locally with the Build Instructions?
  • Have you added or updated relevant tests?
  • Have you added or updated relevant docs?

Mixing new, malloc, and free is going to lead to problems.
Fixes #663
@ChrisCoxArt ChrisCoxArt requested a review from xsscx as a code owner March 14, 2026 22:56
@xsscx xsscx self-assigned this Mar 14, 2026
@xsscx xsscx added PR Pull Request Review in Process Issue is being Reviewed by Maintainers Pending Merge Maintainer indicates Merge Pending and requests no further changes and removed Review in Process Issue is being Reviewed by Maintainers pending labels Mar 14, 2026
Copy link
Member

@xsscx xsscx left a comment

Choose a reason for hiding this comment

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

2026-03-14 23:51:33 UTC

@xsscx xsscx changed the title make sure allocations and frees all use the same APIs Fix: alloc-dealloc-mismatch Mar 14, 2026
@xsscx xsscx merged commit 0990549 into master Mar 14, 2026
27 checks passed
@xsscx xsscx removed the Pending Merge Maintainer indicates Merge Pending and requests no further changes label Mar 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR Pull Request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

alloc-dealloc-mismatch at IccTagComposite.cpp:1523

2 participants