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

Commits on Dec 30, 2023

  1. fix: memory leak in ProcessorParseDelimiterNative

    Memeber mDelimiterModeFsmParserPtr is a raw pointer. It is not released
    in destructor. This patch fixed it by using a smart pointer instead.
    yyuuttaaoo authored and quzard committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    412a556 View commit details
    Browse the repository at this point in the history