diff --git a/fsw/src/sample_app.c b/fsw/src/sample_app.c index 0069a61..82e51e1 100644 --- a/fsw/src/sample_app.c +++ b/fsw/src/sample_app.c @@ -451,12 +451,12 @@ int32 SAMPLE_Process( const SAMPLE_Process_t *Msg ) SAMPLE_GetCrc(TableName); - status = CFE_TBL_ReleaseAddress(Sample_AppData.TblHandles[0]); + status = CFE_TBL_ReleaseAddress(SAMPLE_AppData.TblHandles[0]); if (status != CFE_SUCCESS) { CFE_ES_WriteToSysLog("Sample App: Fail to release table address: 0x%08lx", (unsigned long)status); - return; + return status; } /* Invoke a function provided by SAMPLE_LIB */