gnome-control-center/panels/thunderbolt
Christian Kellner 06894e020a thunderbolt: fix double free in bolt client
In the async version of the client creation, i.e. when a new client
is created via bolt_client_new_async and an error happens it will be
passed to g_task_return_error which takes ownership of it but the very
same error will also be free'd via g_autoptr; remove the latter.

This is a port of bolt commit e96f8bd47587b167ae46c8ac9347003f69f931dd
2019-01-08 17:29:05 +01:00
..
bolt-client.c thunderbolt: fix double free in bolt client 2019-01-08 17:29:05 +01:00
bolt-client.h thunderbolt: new panel for device management 2018-04-13 15:08:16 +02:00
bolt-device.c thunderbolt: new panel for device management 2018-04-13 15:08:16 +02:00
bolt-device.h thunderbolt: new panel for device management 2018-04-13 15:08:16 +02:00
bolt-enums.c thunderbolt: Fix build 2018-05-16 13:01:12 -05:00
bolt-enums.h thunderbolt: new panel for device management 2018-04-13 15:08:16 +02:00
bolt-error.c thunderbolt: new panel for device management 2018-04-13 15:08:16 +02:00
bolt-error.h thunderbolt: new panel for device management 2018-04-13 15:08:16 +02:00
bolt-names.h thunderbolt: new panel for device management 2018-04-13 15:08:16 +02:00
bolt-proxy.c thunderbolt: new panel for device management 2018-04-13 15:08:16 +02:00
bolt-proxy.h thunderbolt: new panel for device management 2018-04-13 15:08:16 +02:00
bolt-str.c thunderbolt: new panel for device management 2018-04-13 15:08:16 +02:00
bolt-str.h thunderbolt: new panel for device management 2018-04-13 15:08:16 +02:00
bolt-time.c thunderbolt: new panel for device management 2018-04-13 15:08:16 +02:00
bolt-time.h thunderbolt: new panel for device management 2018-04-13 15:08:16 +02:00
cc-bolt-device-dialog.c thunderbolt: new panel for device management 2018-04-13 15:08:16 +02:00
cc-bolt-device-dialog.h thunderbolt: Fix coding style 2018-04-14 19:26:12 -03:00
cc-bolt-device-dialog.ui thunderbolt: Fix coding style 2018-04-14 19:26:12 -03:00
cc-bolt-device-entry.c thunderbolt: Fix coding style 2018-04-14 19:26:12 -03:00
cc-bolt-device-entry.h thunderbolt: new panel for device management 2018-04-13 15:08:16 +02:00
cc-bolt-device-entry.ui thunderbolt: Fix coding style 2018-04-14 19:26:12 -03:00
cc-bolt-panel.c thunderbolt: Fix compile warning 2018-11-06 11:39:48 +13:00
cc-bolt-panel.h thunderbolt: Fix coding style 2018-04-14 19:26:12 -03:00
cc-bolt-panel.ui thunderbolt: Fix coding style 2018-04-14 19:26:12 -03:00
gnome-thunderbolt-panel.desktop.in.in thunderbolt: add a translator comment to the .desktop file 2018-04-13 18:51:53 +02:00
meson.build Move common panel code from shell/ to panel/common 2018-04-17 15:26:59 +02:00
thunderbolt.gresource.xml thunderbolt: new panel for device management 2018-04-13 15:08:16 +02:00
update-from-bolt.sh thunderbolt: new panel for device management 2018-04-13 15:08:16 +02:00