You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DpGet interface requires the user to pass in a reference to a DpContainer. Currently, if that DpContainer has been used in a previous DpGet call, then some of the state from the previous call will remain in the container after the second DpGet call. That shouldn't happen. To support the reuse of DpContainer objects across different calls, this code should fully clear out the DpContainer:
The DpGet interface requires the user to pass in a reference to a DpContainer. Currently, if that DpContainer has been used in a previous DpGet call, then some of the state from the previous call will remain in the container after the second DpGet call. That shouldn't happen. To support the reuse of DpContainer objects across different calls, this code should fully clear out the DpContainer:
fpp/compiler/tools/fpp-to-cpp/test/component/base/ActiveGetProductsComponentAc.ref.cpp
Lines 3430 to 3441 in e4e137f
This issue is related to nasa/fprime#2938.
The text was updated successfully, but these errors were encountered: