Skip to content

multi: avoid memory-leak risk - #13471

Closed
bagder wants to merge 1 commit into
masterfrom
bagder/multi-leak
Closed

multi: avoid memory-leak risk#13471
bagder wants to merge 1 commit into
masterfrom
bagder/multi-leak

Conversation

@bagder

@bagder bagder commented Apr 25, 2024

Copy link
Copy Markdown
Member

'newurl' is allocated in some conditions and used in a few scenarios, but there were theoretical combinations in which it would not get freed. Move the free to happen unconditionally. Never triggered by tests, but spotted by Coverity.

'newurl' is allocated in some conditions and used in a few scenarios,
but there were theoritecal combinations in which it would not get freed.
Move the free to happen unconditionally. Never trigged by tests, but
spotted by Coverity.
@bagder bagder closed this in 3572dd6 Apr 25, 2024
@bagder
bagder deleted the bagder/multi-leak branch May 6, 2024 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant