Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix memory leak in ProcessorParseDelimiterNative #1300

Merged
merged 1 commit into from
Jan 2, 2024

Conversation

quzard
Copy link
Collaborator

@quzard quzard commented Dec 30, 2023

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 added this to the v2.0 milestone Jan 2, 2024
@yyuuttaaoo yyuuttaaoo added the bug Something isn't working label Jan 2, 2024
@yyuuttaaoo yyuuttaaoo merged commit e7af961 into alibaba:main Jan 2, 2024
17 checks passed
@quzard quzard deleted the fix/delimeter_mem_leak branch February 28, 2024 02:25
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants