Separate task and memory leak #1755
Answered
by
pschatzmann
Carlito06150
asked this question in
Q&A
-
Hello, in my setup I call this code:
and when I need to play a file, I call this code:
but each time I call the function, I loose a bit of memory... would you see somthing to do to avoid that? |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Oct 26, 2024
Replies: 1 comment 1 reply
-
Try to find out where this is happening: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try to find out where this is happening:
My guess would be that it is caused by your decoder.begin(): Just call this once if it is a mp3 or end it before calling begin again when it is a wav