Comment 2 for bug 613723

Revision history for this message
Jon A. Cruz (jon-joncruz) wrote :

Delete correction is generally good, but in this case line 569 exhibits several problems.

First, multiple statements should not be collapsed to a single line. Second is that early returns should be avoided. Third actually comes from earlier in the function where rgbpal should probably not be new'd to begin with.