We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f40a95 commit 34321ffCopy full SHA for 34321ff
fsw/src/sample_app.c
@@ -451,12 +451,12 @@ int32 SAMPLE_Process( const SAMPLE_Process_t *Msg )
451
452
SAMPLE_GetCrc(TableName);
453
454
- status = CFE_TBL_ReleaseAddress(Sample_AppData.TblHandles[0]);
+ status = CFE_TBL_ReleaseAddress(SAMPLE_AppData.TblHandles[0]);
455
if (status != CFE_SUCCESS)
456
{
457
CFE_ES_WriteToSysLog("Sample App: Fail to release table address: 0x%08lx",
458
(unsigned long)status);
459
- return;
+ return status;
460
}
461
462
/* Invoke a function provided by SAMPLE_LIB */
0 commit comments