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 #684, order of CleanupTaskResources #685

Merged

Commits on May 7, 2020

  1. Fix nasa#684, order of CleanupTaskResources

    When cleaning up a task the child task resources should be
    cleaned first, followed by the main task resources.
    
    This is because child tasks are also associated with the original
    creator within OSAL and will be found through OSAL ForEachObject,
    and also via links within the ES task table.
    
    By cleaning child tasks first, this avoids attempting to delete
    the child task twice.
    jphickey committed May 7, 2020
    Configuration menu
    Copy the full SHA
    8dad536 View commit details
    Browse the repository at this point in the history