On Mon Jun 3 08:00:20 EDT 2013, arn...@skeeve.com wrote: > Richard Miller <9f...@hamnavoe.com> wrote: > > > And the consequences of not freeing a few bytes of memory, in a command > > which will exit a few microseconds later, would be ... ? > > The Code Correctness Police come and collect you and force you to > program on Windows... <ducks>
excellent points. there is no consequence. but conversely, there is no penalty for free'ing the memory either. given that, i prefer free'ing the memory to be consistent with the rest of the source, and accept cinap's bug as a bug. of course you can say needless consistency is the hobgoblin of little minds... :-) - erik