mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 12:25:48 +01:00
gdbusconnection: Fix the type of a free function
This didn’t actually cause any observable bugs, since the structures of `PropertyData` and `PropertyGetAllData` were equivalent for the members which the free function touches. Definitely should be fixed though. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
4900ea5215
commit
127c899a2e
@ -4584,7 +4584,7 @@ typedef struct
|
|||||||
} PropertyGetAllData;
|
} PropertyGetAllData;
|
||||||
|
|
||||||
static void
|
static void
|
||||||
property_get_all_data_free (PropertyData *data)
|
property_get_all_data_free (PropertyGetAllData *data)
|
||||||
{
|
{
|
||||||
g_object_unref (data->connection);
|
g_object_unref (data->connection);
|
||||||
g_object_unref (data->message);
|
g_object_unref (data->message);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user