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
I have the need to reset/change filters after first initialization. Since there is no function for that, I simply call begin again.
Here I realized that if I run begin too often I run out of memory. Seems like begin allocates memory for the filters.
Line 403 in ACAN2517.cpp: mCallBackFunctionArray = new ACANCallBackRoutine [inFilters.filterCount ()] ;
Does not look good.
The text was updated successfully, but these errors were encountered:
RenX313
changed the title
Resetting the Controlller/setting Filters after "begin"/memory leak in "begin"
Memory leak in "begin"
Oct 30, 2024
I have the need to reset/change filters after first initialization. Since there is no function for that, I simply call begin again.
Here I realized that if I run begin too often I run out of memory. Seems like begin allocates memory for the filters.
Line 403 in ACAN2517.cpp:
mCallBackFunctionArray = new ACANCallBackRoutine [inFilters.filterCount ()] ;
Does not look good.
The text was updated successfully, but these errors were encountered: