vte r2163 - in trunk: . src



Author: behdad
Date: Thu Nov 20 19:49:42 2008
New Revision: 2163
URL: http://svn.gnome.org/viewvc/vte?rev=2163&view=rev

Log:
2008-11-20  Behdad Esfahbod  <behdad gnome org>

        * src/vtepangocairo.c (font_info_destroy_delayed): Remove obsolete 
        check.



Modified:
   trunk/ChangeLog
   trunk/src/vtepangocairo.c

Modified: trunk/src/vtepangocairo.c
==============================================================================
--- trunk/src/vtepangocairo.c	(original)
+++ trunk/src/vtepangocairo.c	Thu Nov 20 19:49:42 2008
@@ -405,10 +405,8 @@
 {
 	GDK_THREADS_ENTER ();
 
-	if (info->ref_count == 0) {
-		font_info_unregister (info);
-		font_info_free (info);
-	}
+	font_info_unregister (info);
+	font_info_free (info);
 
 	GDK_THREADS_LEAVE ();
 



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