As an example, if opening and closing the plot window would leak 3 kB each time, would we care about that? And is it justified to increase code complexity to avoid this leak? If yes, what about "leaks" that alloc memory only once, use the same memory till the application is closed and don't free it. Should we increase code complexity to avoid this "leaks" too?
The reason for this question: There are some of this kind of leaks in the code. _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp