~ubuntu-branches/ubuntu/karmic/emacs-snapshot/karmic

« back to all changes in this revision

Viewing changes to src/w32bdf.c

  • Committer: Bazaar Package Importer
  • Author(s): Romain Francoise
  • Date: 2007-07-01 18:41:19 UTC
  • mfrom: (1.1.21 upstream)
  • Revision ID: james.westby@ubuntu.com-20070701184119-1n27qhw9b1ee633k
Tags: 1:20070701-1
New snapshot (from the EMACS_22_BASE branch).

Show diffs side-by-side

added added

removed removed

Lines of Context:
302
302
  font_char *pch;
303
303
  cache_bitmap *pcb;
304
304
 
305
 
  UnmapViewOfFile(fontp->hfilemap);
 
305
  UnmapViewOfFile(fontp->font);
306
306
  CloseHandle(fontp->hfilemap);
307
307
  CloseHandle(fontp->hfile);
308
308
 
867
867
          retval = 1;
868
868
        }
869
869
    }
 
870
  UnmapViewOfFile (font);
870
871
  CloseHandle (hfile);
871
872
  CloseHandle (hfilemap);
872
873
  return retval;