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

ARKODE Stepper SetDefaults memory leak fix #560

Merged
merged 16 commits into from
Sep 11, 2024
Merged

Commits on Aug 28, 2024

  1. Updated stepper SetDefaults routines to deallocate pre-existing struc…

    …tures before nullifying, and moved initial creation of the SUNAdaptController into stepper SetDefaults routines instead of arkCreate
    drreynolds committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    45755e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35f35f5 View commit details
    Browse the repository at this point in the history
  3. Ran code formatter

    drreynolds committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2bfe5a8 View commit details
    Browse the repository at this point in the history
  4. Fixed comment typo

    drreynolds committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c41a903 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e56f71 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    73ab6b8 View commit details
    Browse the repository at this point in the history
  7. Removed unused variables

    drreynolds committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    6a7b4a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Apply suggestions from code review

    Co-authored-by: Steven Roberts <[email protected]>
    drreynolds and Steven-Roberts authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    af67f18 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

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

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    c26c1e3 View commit details
    Browse the repository at this point in the history
  2. Added guards in case set routines are called while ARKODE currently h…

    …as a NULL-valued SUNAdaptController
    drreynolds committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5f6053a View commit details
    Browse the repository at this point in the history
  3. Formatting

    drreynolds committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    afe1fa7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    792978d View commit details
    Browse the repository at this point in the history
  5. Update src/arkode/arkode_io.c

    Co-authored-by: David Gardner <[email protected]>
    drreynolds and gardner48 authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    9b99348 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    683c03f View commit details
    Browse the repository at this point in the history
  7. fixed typo

    drreynolds committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    800aadf View commit details
    Browse the repository at this point in the history