mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 08:22:16 +01:00 
			
		
		
		
	gdbusauthmechanismsha1: Fix pointer being freed after being NULLed
This commit is contained in:
		| @@ -881,8 +881,8 @@ keyring_generate_entry (const gchar  *cookie_context, | ||||
|                                      error)) | ||||
|         { | ||||
|           *out_id = 0; | ||||
|           *out_cookie = 0; | ||||
|           g_free (*out_cookie); | ||||
|           *out_cookie = 0; | ||||
|           ret = FALSE; | ||||
|           goto out; | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user