-
• #2
Those are not bytes - those are memory blocks, 20 bytes each.
Does trace() show the cause of the missing memory? That's what Gordon suggested I use to investigate my own memory leak issue.
-
• #4
Hi Gordon,
Thanks. Had the same memleak befor using repear: true.
Let me know when it's fixed. I will doublecheck it.Regards
Sacha
-
• #5
If you remove
debounce
then the memory leak will disappear I think? -
• #7
Should be fixed when 1v56 comes out - or on the 'latest' builds
-
• #8
Thanks Gordon.
Hello Gordon,
Received the Espruino. What i nice device! But i think i've found a mem leak.
Using 1v55.
The simple code:
// Callback function for din change
After uploading process.memory(); shows 1766 free.
Each buttonpress decreases the free mem by aprox. 2 bytes.
Regards
Sacha