Skip to content
Commit c4024271 authored by Ryan Roberts's avatar Ryan Roberts
Browse files

runtime: Ensure container gets cleaned up on shutdown



Recent refactoring to simplify the Runtime class inadvertantly removed
the cleanup code. As a result, a container would not be stopped and
removed when shrinkwrap exits but would linger, using system resources.

Fix that by reintroducing the cleanup code.

Fixes: 1db05f5a ("runtime: replace modal stack with singleton")
Signed-off-by: Ryan Roberts's avatarRyan Roberts <ryan.roberts@arm.com>
parent 5daea54c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment