Skip to content

KQueueEventLoop leaks memory on shutdown.#14745

Merged
normanmaurer merged 1 commit into4.1from
kqueue_mem_leak
Jan 30, 2025
Merged

KQueueEventLoop leaks memory on shutdown.#14745
normanmaurer merged 1 commit into4.1from
kqueue_mem_leak

Conversation

@normanmaurer
Copy link
Copy Markdown
Member

Motivation:

We did miss to release the IovArray when shutdown the KQueueEventLoop. This lead to a small native memory leak.

Modifications:

Correctly release the native memory on shutdown

Result:

Fix small memory leak

Motivation:

We did miss to release the IovArray when shutdown the KQueueEventLoop. This lead to a small native memory leak.

Modifications:

Correctly release the native memory on shutdown

Result:

Fix small memory leak
@normanmaurer
Copy link
Copy Markdown
Member Author

Noticed this when working on #14744

@normanmaurer normanmaurer added this to the 4.1.118.Final milestone Jan 30, 2025
@normanmaurer normanmaurer merged commit 6fcd3e6 into 4.1 Jan 30, 2025
@normanmaurer normanmaurer deleted the kqueue_mem_leak branch January 30, 2025 18:16
@normanmaurer
Copy link
Copy Markdown
Member Author

Fixed by #14744 for 4.2

@chrisvest
Copy link
Copy Markdown
Member

Well, how about that… 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants