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

[backport]fix memory leak in ProcessorParseDelimiterNative #1299

Merged
merged 1 commit into from Dec 31, 2023

Conversation

yyuuttaaoo
Copy link
Collaborator

Memeber mDelimiterModeFsmParserPtr is a raw pointer. It is not released in destructor. This patch fixed it by using a smart pointer instead.

Memeber mDelimiterModeFsmParserPtr is a raw pointer. It is not released
in destructor. This patch fixed it by using a smart pointer instead.
@yyuuttaaoo yyuuttaaoo changed the title fix: memory leak in ProcessorParseDelimiterNative [backport]fix memory leak in ProcessorParseDelimiterNative Dec 30, 2023
@yyuuttaaoo yyuuttaaoo merged commit 498b42f into 1.8 Dec 31, 2023
17 checks passed
@yyuuttaaoo yyuuttaaoo added the bug Something isn't working label Dec 31, 2023
@yyuuttaaoo yyuuttaaoo added this to the v1.8 milestone Dec 31, 2023
@yyuuttaaoo yyuuttaaoo deleted the backport/delimeter_mem_leak branch December 31, 2023 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants