seed r268 - trunk/libseed



Author: racarr
Date: Thu Nov 13 15:01:51 2008
New Revision: 268
URL: http://svn.gnome.org/viewvc/seed?rev=268&view=rev

Log:
More seed-types cleanup.


Modified:
   trunk/libseed/seed-types.c

Modified: trunk/libseed/seed-types.c
==============================================================================
--- trunk/libseed/seed-types.c	(original)
+++ trunk/libseed/seed-types.c	Thu Nov 13 15:01:51 2008
@@ -742,9 +742,6 @@
 	    g_value_init(ret, G_TYPE_OBJECT);
 	    g_value_set_object(ret, o);
 
-	    /* Is this unref right? */
-	    if (o)
-		g_object_unref(o);
 	    return TRUE;
 	}
     }



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