seed r506 - trunk/libseed



Author: racarr
Date: Sat Dec 20 04:07:03 2008
New Revision: 506
URL: http://svn.gnome.org/viewvc/seed?rev=506&view=rev

Log:
Fix small leak courtesty of XCode Instruments and Tim.

Modified:
   trunk/libseed/seed-closure.c

Modified: trunk/libseed/seed-closure.c
==============================================================================
--- trunk/libseed/seed-closure.c	(original)
+++ trunk/libseed/seed-closure.c	Sat Dec 20 04:07:03 2008
@@ -237,6 +237,7 @@
 		seed_gi_release_in_arg(g_arg_info_get_ownership_transfer(arg_info),
 							   arg_type, arg);
 		g_base_info_unref((GIBaseInfo *) arg_info);
+		g_base_info_unref((GIBaseInfo *) arg_type);
 	}
 
 	return_value = (JSValueRef)



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