kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #43929
How much do we care about small memory leaks?
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.
Follow ups