Checklist (Please check before submitting)
Describe the bug
Instrumented testing reported a possible shutdown-path memory leak. This may indicate a resource cleanup issue during application or object teardown.
To Reproduce
Steps to reproduce the behavior:
Build cFS with sanitizer support enabled.
- Start the runtime and execute the test scenario on the code snippets.
- Stop the runtime cleanly.
- Review the runtime log and see detected memory leaks.
Expected behavior
Shutdown should complete without sanitizer-reported memory leaks.
Code snips
cFS/cfe/modules/es/fsw/src/cfe_es_start.c
cFS/cfe/modules/es/fsw/src/cfe_es_apps.c
cFS/cfe/modules/es/fsw/src/cfe_es_objects.c
System observed on:
Versions: cFS repository
Checklist (Please check before submitting)
Describe the bug
Instrumented testing reported a possible shutdown-path memory leak. This may indicate a resource cleanup issue during application or object teardown.
To Reproduce
Steps to reproduce the behavior:
Build cFS with sanitizer support enabled.
Expected behavior
Shutdown should complete without sanitizer-reported memory leaks.
Code snips
cFS/cfe/modules/es/fsw/src/cfe_es_start.c
cFS/cfe/modules/es/fsw/src/cfe_es_apps.c
cFS/cfe/modules/es/fsw/src/cfe_es_objects.c
System observed on:
Versions: cFS repository