-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Milestone
Description
Describe the bug
Table not released after use
To Reproduce
Didn't test it, but likely won't be able to load a new table after sending the SAMPLE_ProcessCC command.
Expected behavior
Add CFE_TBL_ReleaseAddress after access of table data
Code snips
sample_app/fsw/src/sample_app.c
Lines 433 to 442 in 92311e7
| CFE_TBL_GetAddress((void *)&TblPtr, | |
| Sample_AppData.TblHandles[0]); | |
| CFE_ES_WriteToSysLog("Sample App: Table Value 1: %d Value 2: %d", | |
| TblPtr->Int1, | |
| TblPtr->Int2); | |
| SAMPLE_GetCrc(TableName); | |
| return; |
Version observed on:
- Versions: current bundle
Additional context
None
Reporter Info
Jacob Hageman - NASA/GSFC
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers