MSI: free allocated buffers

Joris Huizer jorishuizer at planet.nl
Tue Dec 28 04:46:18 CST 2004


Mike McCormack wrote:
> 
> ChangeLog:
> <aric at codeweavers.com>
> * free allocated buffers
> 
> 

The other daty I saw a lot of patches changing things like
   if (buffer)
     HeapFree(GetProcessHeap(),0,buffer);
To
   HeapFree(GetProcessHeap(),0,buffer);

Why are you adding new code with the if() statement in place again?

Just curious

regards,

Joris




More information about the wine-devel mailing list