emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Adrian Robert
Subject: [Emacs-diffs] Changes to emacs/src/image.c,v
Date: Fri, 03 Oct 2008 18:23:45 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Adrian Robert <arobert> 08/10/03 18:23:44

Index: image.c
===================================================================
RCS file: /sources/emacs/emacs/src/image.c,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -b -r1.113 -r1.114
--- image.c     23 Aug 2008 03:48:08 -0000      1.113
+++ image.c     3 Oct 2008 18:23:43 -0000       1.114
@@ -1624,7 +1624,7 @@
       img->pixmap = NO_PIXMAP;
 #ifdef HAVE_NS
       if (img->background_valid)
-        ns_free_indexed_color(img->background);
+        ns_free_indexed_color(img->background, f);
 #endif
       img->background_valid = 0;
     }




reply via email to

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