Junior
Why is a memory leak dangerous in an application?
sobes.tech AI
Answer from AI
- Slowing down of the application.
- Application crash due to lack of available memory (OOM - Out Of Memory).
- Incorrect application behavior due to access to freed memory (use-after-free).
- Increased device power consumption.