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

Fixed leaked win32 handle during testing. #1405

Merged
merged 2 commits into from
May 25, 2024

Conversation

Dimi1010
Copy link
Collaborator

Fixed RpcapdServerInitializer leaking the rpcapd.exe process handle after calling TerminateProcess on destruction, therefor keeping the process kernel object alive until the main test process ends.

@Dimi1010 Dimi1010 requested a review from seladb as a code owner May 24, 2024 09:00
@tigercosmos tigercosmos merged commit 3297db8 into seladb:dev May 25, 2024
39 checks passed
@Dimi1010 Dimi1010 deleted the fix/rpcapd-initializer-handle-leak branch May 25, 2024 08:46
fxlb pushed a commit to fxlb/PcapPlusPlus that referenced this pull request Oct 22, 2024
* Fixed win32 handle leak. Terminate Process does not close the handle.

* c cast -> cpp cast
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.

3 participants