mirror of
https://github.com/nasa/fprime.git
synced 2025-12-10 17:47:10 -06:00
hpaulson: fix to memory leak in topology.cpp
This commit is contained in:
parent
750b3fccea
commit
e35e6c8630
@ -235,6 +235,7 @@ bool constructApp(bool dump, U32 port_number, char* hostname) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void exitTasks(void) {
|
void exitTasks(void) {
|
||||||
|
cmdSeq.deallocateBuffer(seqMallocator);
|
||||||
rateGroup1Comp.exit();
|
rateGroup1Comp.exit();
|
||||||
rateGroup2Comp.exit();
|
rateGroup2Comp.exit();
|
||||||
rateGroup3Comp.exit();
|
rateGroup3Comp.exit();
|
||||||
|
|||||||
@ -36,7 +36,11 @@ function fputil_action {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Generate is only needed when it isn't being tested
|
# Generate is only needed when it isn't being tested
|
||||||
|
<<<<<<< HEAD
|
||||||
if [[ "${TARGET}" != "generate" ]] && [[ "${TEST_TYPE}" != "QUICK" ]]
|
if [[ "${TARGET}" != "generate" ]] && [[ "${TEST_TYPE}" != "QUICK" ]]
|
||||||
|
=======
|
||||||
|
if [[ "${TARGET}" != "generate" ]]
|
||||||
|
>>>>>>> hpaulson: fix to memory leak in topology.cpp
|
||||||
then
|
then
|
||||||
echo "[INFO] Generating build cache before ${WORKDIR//\//_} '${TARGET}' execution"
|
echo "[INFO] Generating build cache before ${WORKDIR//\//_} '${TARGET}' execution"
|
||||||
fprime-util "generate" --jobs "${JOBS}" ${PLATFORM} > "${LOG_DIR}/${WORKDIR//\//_}_pregen.out.log" 2> "${LOG_DIR}/${WORKDIR//\//_}_pregen.err.log" \
|
fprime-util "generate" --jobs "${JOBS}" ${PLATFORM} > "${LOG_DIR}/${WORKDIR//\//_}_pregen.out.log" 2> "${LOG_DIR}/${WORKDIR//\//_}_pregen.err.log" \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user