-
Notifications
You must be signed in to change notification settings - Fork 3k
ao/avfoundation: fix memory leak #16355
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
base: master
Are you sure you want to change the base?
Conversation
Download the artifacts for this pull request: Windows |
@ruihe774 if you have some free time, could you possible look at this please? i will try to have a look at the weekend at the earliest. |
Sure.
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: der richter ***@***.***>
Sent: Tuesday, May 20, 2025 5:17:56 AM
To: mpv-player/mpv ***@***.***>
Cc: Rui He ***@***.***>; Mention ***@***.***>
Subject: Re: [mpv-player/mpv] ao/avfoundation: fix memory leak (PR #16355)
[https://avatars.githubusercontent.com/u/680386?s=20&v=4]Akemi left a comment (mpv-player/mpv#16355)<#16355 (comment)>
@ruihe774<https://github.com/ruihe774> if you have some free time, could you possible look at this please?
i will try to have a look at the weekend at the earliest.
―
Reply to this email directly, view it on GitHub<#16355 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A4GNBY7OMT2BOZDDV7ZW2JD27JDAJAVCNFSM6AAAAAB5K4WT7OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQOJSGI4DEOJYGQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay. I was on a vacation last week.
instead of merging master into your branch, you need to rebase your branch. otherwise we can't cleanly merge it. let me know if you have trouble with that. |
In fact, I think you don’t have to do anything; I believe Git can handle merging without manual intervention.
…________________________________
From: der richter ***@***.***>
Sent: Sunday, June 1, 2025 6:33:08 PM
To: mpv-player/mpv ***@***.***>
Cc: Rui He ***@***.***>; Mention ***@***.***>
Subject: Re: [mpv-player/mpv] ao/avfoundation: fix memory leak (PR #16355)
[https://avatars.githubusercontent.com/u/680386?s=20&v=4]Akemi left a comment (mpv-player/mpv#16355)<#16355 (comment)>
instead of merging master into your branch, you need to rebase your branch. otherwise we can't cleanly merge it. let me know if you have trouble with that.
―
Reply to this email directly, view it on GitHub<#16355 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A4GNBY4MIJYJI3P4FJV7YJD3BLJGJAVCNFSM6AAAAAB5K4WT7OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDSMRWHE4TCOBRG4>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
you probably didn't see it, but before the recent force push (right before your comment) and my previous comment, there were 3 'stray' "marge master into ..." commits. see 94f0eee from the force push. |
Fix memory leak in ao_avfoundation caused by audio device switching mpv-player#16283
@Akemi do I need to do anything else? |
Fix memory leak in ao_avfoundation caused by audio device switching #16283