Re: [PATCH] winegcc: Free the temporary string arrays (Coverity)

2009-02-10 Thread Alexandre Julliard
Michael Stefaniuc writes: > Alexandre Julliard wrote: >> Marcus Meissner writes: >> >>> This fixes CID 883, 882, 881, 880, 879, 878, 877, >>> which are all basically missing strarray_free(arr)s. >> >> winegcc is a short-lived program, there's no reason to care about memory >> leaks. > Right bu

Re: [PATCH] winegcc: Free the temporary string arrays (Coverity)

2009-02-10 Thread Michael Stefaniuc
Alexandre Julliard wrote: > Marcus Meissner writes: > >> This fixes CID 883, 882, 881, 880, 879, 878, 877, >> which are all basically missing strarray_free(arr)s. > > winegcc is a short-lived program, there's no reason to care about memory > leaks. Right but the problem is that people will keep

Re: [PATCH] winegcc: Free the temporary string arrays (Coverity)

2009-02-10 Thread Alexandre Julliard
Marcus Meissner writes: > Hi, > > This fixes CID 883, 882, 881, 880, 879, 878, 877, > which are all basically missing strarray_free(arr)s. winegcc is a short-lived program, there's no reason to care about memory leaks. -- Alexandre Julliard julli...@winehq.org