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
When switching screens multiple times I run into an assert while in leFixedHeap_Alloc. The error message that follows is:
Fixed heap 128 is full.
Here is an example app that changes the screen every second using legato_showScreen(). According to the generated code, all legato widgets/elements should be destroyed and the assigned memory should be freed when switching screen. It seems this is not the case. After 17 switches the described assert is triggered.
Using gfx v3.11.1
The text was updated successfully, but these errors were encountered:
When switching screens multiple times I run into an assert while in
leFixedHeap_Alloc
. The error message that follows is:Fixed heap 128 is full
.Here is an example app that changes the screen every second using
legato_showScreen()
. According to the generated code, all legato widgets/elements should be destroyed and the assigned memory should be freed when switching screen. It seems this is not the case. After 17 switches the described assert is triggered.Using gfx v3.11.1
The text was updated successfully, but these errors were encountered: