I don\'t know what to think here...
We have a component that runs as a service. It runs perfectly well on my local machine, but on some other machine (on both machine RA
By way of example, Memory leaks can occur when you use the new operator in c++ and forget to use the delete operator.
new
delete
Or, in other words, when you allocate a block of memory and you forget to deallocate it.