On 10/15/2014 05:58 AM, Sergey Senozhatsky wrote: > > here and in other patch -- why does it matter? we are exiting, > memory will be freed anyway, etc. why take that extra effort? > > -ss Adhering to the "for every new/malloc there is a delete/free" principle as we are not using any garbage collection facilities (memory pools, smart pointers, etc) in this project.