mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +01:00 
			
		
		
		
	GAsyncInitable: Fix leaked object when using _newv_async
This commit is contained in:
		@@ -381,6 +381,7 @@ g_async_initable_newv_async (GType                object_type,
 | 
			
		||||
  g_async_initable_init_async (G_ASYNC_INITABLE (obj),
 | 
			
		||||
			       io_priority, cancellable,
 | 
			
		||||
			       callback, user_data);
 | 
			
		||||
  g_object_unref (obj); /* Passed ownership to async call */
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user