mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
Use UNLOCK to unlock, not LOCK.
2008-07-02 Colin Walters <walters@redhat.com> * gio/gcontenttype.c: Use UNLOCK to unlock, not LOCK. svn path=/trunk/; revision=7146
This commit is contained in:
parent
d19e08a40c
commit
eb4ce9620a
@ -1,3 +1,7 @@
|
||||
2008-07-02 Colin Walters <walters@redhat.com>
|
||||
|
||||
* gio/gcontenttype.c: Use UNLOCK to unlock, not LOCK.
|
||||
|
||||
2008-07-02 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Add a check for structfs.f_bavail
|
||||
|
@ -840,7 +840,7 @@ g_content_type_from_mime_type (const char *mime_type)
|
||||
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user