emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/w32bdf.c,v


From: Jim Meyering
Subject: [Emacs-diffs] Changes to emacs/src/w32bdf.c,v
Date: Mon, 02 Jun 2008 06:09:23 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jim Meyering <meyering> 08/06/02 06:09:17

Index: src/w32bdf.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/w32bdf.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- src/w32bdf.c        14 May 2008 07:50:00 -0000      1.32
+++ src/w32bdf.c        2 Jun 2008 06:09:16 -0000       1.33
@@ -304,10 +304,10 @@
   CloseHandle(fontp->hfilemap);
   CloseHandle(fontp->hfile);
 
-  if (fontp->registry) xfree(fontp->registry);
-  if (fontp->encoding) xfree(fontp->encoding);
-  if (fontp->slant) xfree(fontp->slant);
-/*  if (fontp->width) xfree(fontp->width); */
+  xfree(fontp->registry);
+  xfree(fontp->encoding);
+  xfree(fontp->slant);
+/*  xfree(fontp->width); */
 
   xfree(fontp->filename);
   for(i = 0;i < BDF_FIRST_OFFSET_TABLE;i++)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]