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

Revert Application::uninitialize to old behavior. #3014

Closed
wants to merge 1 commit into from

Conversation

gatkinso
Copy link

Fix for issue: #3012


I note that the behavior of Application::uninitialize was changed in commit 1bf40a0

Documentation states:

Uninitializes the application and all registered subsystems. Subsystems are always uninitialized in reverse order in which they have been initialized.

Overriding implementations must call the base class implementation.

However, this is no longer the case. Subsystems are now uninitialized in the order of which they were registered.

@obiltschnig obiltschnig self-assigned this May 29, 2020
@obiltschnig obiltschnig added this to the Release 1.11.0 milestone May 29, 2020
@obiltschnig
Copy link
Member

see #3266

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants