MSI: indentation and style cleanup

Mike McCormack mike at codeweavers.com
Fri Jan 21 04:38:26 CST 2005


Alexandre Julliard wrote:

> Does your coding style also forbid proper error checking, or is there
> another reason for removing that check?  <g>

I thought that crashing on out of memory conditions was a valid method 
of error handling in the Julliard handbook of coding, so I removed a 
pointless check :)

If we're going to mandate proper checking of memory allocation, then we 
need to make a janitorial task to do so, as there's many, many places in 
the code it's not done.

Mike



More information about the wine-devel mailing list