~ubuntu-branches/ubuntu/edgy/libxfont/edgy-updates

« back to all changes in this revision

Viewing changes to src/fontfile/fontfile.c

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Parra Novo
  • Date: 2006-07-19 16:05:02 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060719160502-f769vluylmsem3vz
Tags: 1:1.2.0-0ubuntu1
* New Upstream version
* Dropped (empty) patch directory
* Re-Dropped libfontcache.so.0 from libxfont1.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
1010
1010
                        ret = (*scalable->renderer->GetInfoScalable)
1011
1011
                            (fpe, *pFontInfo, entry, &tmpName, fileName, &vals);
1012
1012
                    }
1013
 
                    if (ranges) xfree(ranges);
 
1013
                    if (ranges) {
 
1014
                        xfree(ranges);
 
1015
                        ranges = NULL;
 
1016
                    }
1014
1017
                }
1015
1018
            }
1016
1019
            if (ret == Successful) return ret;