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

Fixed memory leaks #895

Merged
merged 6 commits into from
Aug 8, 2024
Merged

Fixed memory leaks #895

merged 6 commits into from
Aug 8, 2024

Commits on Jul 13, 2024

  1. Fixed two memory leaks and added a FIXME for a third one:

    - Fixed leak in json_memload()
    - Fixed leak in global session when running with DLITE_ATEXIT_FREE set
    - Added a FIXME for a leak in mapping_create_rec() in src/dlite-mappings.c
    - Set DLITE_ATEXIT_FREE when running `make memcheck`
    - Ignore external leaks in pydantic and numpy random_bit_generator
    jesper-friis committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    aeb34b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ac6071 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Update src/dlite-mapping.c

    Co-authored-by: Francesca L. Bleken <48128015+francescalb@users.noreply.github.com>
    jesper-friis and francescalb authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    32c6373 View commit details
    Browse the repository at this point in the history
  2. Update src/dlite-mapping.c

    Co-authored-by: Francesca L. Bleken <48128015+francescalb@users.noreply.github.com>
    jesper-friis and francescalb authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    fa5c2ad View commit details
    Browse the repository at this point in the history
  3. Update src/dlite-misc.c

    Co-authored-by: Francesca L. Bleken <48128015+francescalb@users.noreply.github.com>
    jesper-friis and francescalb authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    927ff09 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

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