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

plugin_proxy: destroy used buffer on exit #3888

Merged
merged 5 commits into from
Dec 12, 2021

Commits on Jul 29, 2021

  1. plugin_proxy: do not flb_strdup name and description

    Almost output plugins's out->name/description are const char*.
    Then they are not freed on destroy callback.
    
    Signed-off-by: Takahiro Yamashita <[email protected]>
    nokute78 committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    30e0bab View commit details
    Browse the repository at this point in the history
  2. plugin_proxy: release proxy api on exit

    Signed-off-by: Takahiro Yamashita <[email protected]>
    nokute78 committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    7f0f057 View commit details
    Browse the repository at this point in the history
  3. plugin_proxy: flb_plugin_proxy includes flb_plugin_proxy_def

    Signed-off-by: Takahiro Yamashita <[email protected]>
    nokute78 committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    1a359fd View commit details
    Browse the repository at this point in the history
  4. plugin_proxy: move go specific destructor to proxy/go/go.c

    Signed-off-by: Takahiro Yamashita <[email protected]>
    nokute78 committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    2ca0de5 View commit details
    Browse the repository at this point in the history
  5. plugin_proxy: invoke flb_plugin_proxy_destroy on exit

    Signed-off-by: Takahiro Yamashita <[email protected]>
    nokute78 committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    6d27f38 View commit details
    Browse the repository at this point in the history