What are the problems faced by memory leaks? - Delphi
What are the problems faced by memory leaks?
- Memory leak slows down the system and doesn’t let the normal applications to run too.
- Memory leak causes more problems for the overall speed and generate lots of error message like Stack overflow, etc.
- Memory leak also doesn’t allow other applications on the system to run due to the memory overflow error.
- It can be detected and application can be made such that while its termination it releases the memory as well.
- It doesn’t run for a very long time and a restart of the system might help in recovering the losses.