Skip to content

Sample app needs to release table to allow management #19

@skliper

Description

@skliper

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

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

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions