~ubuntu-branches/ubuntu/precise/xorg-server/precise-updates

« back to all changes in this revision

Viewing changes to mi/mispans.c

Tags: 2:1.10.1-2
* Build xserver-xorg-core-udeb on hurd-i386.  Thanks, Samuel Thibault!
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
215
215
 
216
216
void miFreeSpanGroup(SpanGroup *spanGroup)
217
217
{
218
 
    if (spanGroup->group != NULL) free(spanGroup->group);
 
218
    free(spanGroup->group);
219
219
}
220
220
 
221
221
static void QuickSortSpansX(
458
458
                            }
459
459
                            free(yspans);
460
460
                            free(ysizes);
 
461
                            free(newpoints);
 
462
                            free(newwidths);
461
463
                            miDisposeSpanGroup (spanGroup);
462
464
                            return;
463
465
                        }