Skip to content

[media common]fix the buffer allocation/free mismatch#2007

Merged
intel-mediadev merged 1 commit into
intel:masterfrom
XinfengZhang:fix2006
Jul 10, 2026
Merged

[media common]fix the buffer allocation/free mismatch#2007
intel-mediadev merged 1 commit into
intel:masterfrom
XinfengZhang:fix2006

Conversation

@XinfengZhang

Copy link
Copy Markdown
Contributor

Fixes #2006.
the mismatch is caused by MOS_New(MOS_BUFFER) , but it just free the buffer->OsResource, not the buffer structure

Fixes intel#2006.
the mismatch is caused by MOS_New(MOS_BUFFER) , but it just free the
buffer->OsResource, not the buffer structure

Signed-off-by: Carl.Zhang <carl.zhang@intel.com>
@XinfengZhang XinfengZhang requested a review from MicroYY July 9, 2026 07:46
@XinfengZhang XinfengZhang added verifying PR: fix ready and verifying with build/test Common memory, surface, ddi labels Jul 10, 2026
@intel-mediadev intel-mediadev merged commit 8539b89 into intel:master Jul 10, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Common memory, surface, ddi verifying PR: fix ready and verifying with build/test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: iHD driver new-delete-type-mismatch issue

3 participants