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

Fix memory leak #21

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

Commits on Sep 2, 2021

  1. Fix memory leak in uio_free_info

    If a map has a name it won't be freed uio_free_info causing
    a memory leak.
    modbw authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    5d13ce1 View commit details
    Browse the repository at this point in the history
  2. Make uio_free_info available

    To prevent memory leaks uio_free_info is needed by the user of the library
    modbw authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    e2d3eeb View commit details
    Browse the repository at this point in the history
  3. Fix memory leak in uio_find_by_uio_name

    When a uio_info_t doesn't match the searched name if will be freed
    modbw authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    1499fe4 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    6a181b9 View commit details
    Browse the repository at this point in the history