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

tests: fix linked list leaks #782

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jan 23, 2024

  1. simple_ng: fix linked list leak

    Don't overwrite the original pointer returned by ec_find_adapters(),
    otherwise the linked list is leaked. Instead, use a temporary variable,
    and pass the original pointer to ec_free_adapters().
    JohannesKauffmann committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    1b8a364 View commit details
    Browse the repository at this point in the history
  2. simple_test: fix linked list leak

    Don't overwrite the original pointer returned by ec_find_adapters(),
    otherwise the linked list is leaked. Instead, use a temporary variable,
    and pass the original pointer to ec_free_adapters().
    JohannesKauffmann committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    034875d View commit details
    Browse the repository at this point in the history
  3. eepromtool: fix linked list leak

    Don't overwrite the original pointer returned by ec_find_adapters(),
    otherwise the linked list is leaked. Instead, use a temporary variable,
    and pass the original pointer to ec_free_adapters().
    JohannesKauffmann committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f482687 View commit details
    Browse the repository at this point in the history
  4. slaveinfo: fix linked list leak

    Don't overwrite the original pointer returned by ec_find_adapters(),
    otherwise the linked list is leaked. Instead, use a temporary variable,
    and pass the original pointer to ec_free_adapters().
    JohannesKauffmann committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    955655d View commit details
    Browse the repository at this point in the history