[Fontconfig] fontconfig: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Tue Jan 1 23:54:49 PST 2013


 src/fcobjs.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6b143781073cf395fd6211c75bbdc9f5b5a54936
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Wed Jan 2 01:54:38 2013 -0600

    Fixup fcobjs.c
    
    Ouch!

diff --git a/src/fcobjs.c b/src/fcobjs.c
index aaabb62..9336068 100644
--- a/src/fcobjs.c
+++ b/src/fcobjs.c
@@ -56,7 +56,7 @@ retry:
 	ot->object.object = strdup (str);
 	ot->object.type = -1;
 	ot->id = fc_atomic_int_add (next_id, +1);
-	ot->next = ot;
+	ot->next = ots;
 
 	if (!fc_atomic_ptr_cmpexch (&other_types, ots, ot)) {
 	    free (ot);


More information about the Fontconfig mailing list