~ubuntu-branches/ubuntu/vivid/xorg-server/vivid

« back to all changes in this revision

Viewing changes to mi/mispans.c

  • Committer: Package Import Robot
  • Author(s): Maarten Lankhorst
  • Date: 2013-07-03 12:03:57 UTC
  • mfrom: (1.1.56)
  • Revision ID: package-import@ubuntu.com-20130703120357-caosebpn11zu2zj0
Tags: 2:1.14.1-0ubuntu0.8
Use correct version for libxfixes3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
453
453
                            (int *) realloc(newspans->widths,
454
454
                                            ysizes[index] * sizeof(int));
455
455
                        if (!newpoints || !newwidths) {
456
 
                            int i;
457
 
 
458
456
                            for (i = 0; i < ylength; i++) {
459
457
                                free(yspans[i].points);
460
458
                                free(yspans[i].widths);
485
483
        points = malloc(count * sizeof(DDXPointRec));
486
484
        widths = malloc(count * sizeof(int));
487
485
        if (!points || !widths) {
488
 
            int i;
489
 
 
490
486
            for (i = 0; i < ylength; i++) {
491
487
                free(yspans[i].points);
492
488
                free(yspans[i].widths);