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

pjmedia_wav_player_port_create() fix #4231

Merged
merged 1 commit into from
Dec 25, 2024

Conversation

LeonidGoltsblat
Copy link
Contributor

Fix: If create_file_port() fails to allocate memory, the pool is destroyed twice. First time there, and second time in the on_error of the calling function (pjmedia_wav_player_port_create).

Fix: If create_file_port() fails to allocate memory, the pool is destroyed twice. First time there, and second time in the on_error of the calling function (pjmedia_wav_player_port_create).
@sauwming sauwming requested a review from trengginas December 23, 2024 09:53
@sauwming sauwming merged commit e03d438 into pjsip:master Dec 25, 2024
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants