glib r7146 - in trunk: . gio



Author: walters
Date: Wed Jul  2 19:06:08 2008
New Revision: 7146
URL: http://svn.gnome.org/viewvc/glib?rev=7146&view=rev

Log:
2008-07-02  Colin Walters  <walters redhat com>

	* gio/gcontenttype.c: Use UNLOCK to unlock, not LOCK.



Modified:
   trunk/ChangeLog
   trunk/gio/gcontenttype.c

Modified: trunk/gio/gcontenttype.c
==============================================================================
--- trunk/gio/gcontenttype.c	(original)
+++ trunk/gio/gcontenttype.c	Wed Jul  2 19:06:08 2008
@@ -840,7 +840,7 @@
   G_LOCK (gio_xdgmime);
   /* mime type and content type are same on unixes */
   umime = g_strdup (xdg_mime_unalias_mime_type (mime_type));
-  G_LOCK (gio_xdgmime);
+  G_UNLOCK (gio_xdgmime);
 
   return umime;
 }



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