Code review comment for lp:~mc-return/compiz/compiz.merge-fix-memory-leak-in-decorator

Revision history for this message
Sam Spilsbury (smspillaz) wrote :

9 + {
10 + free (opts);
11 + opts = NULL;
12 + return;
13 + }

Good, just change the indentation of { } to align with the if () and remove the redundant opts = NULL;

« Back to merge proposal