Signed-off-by: Fabiano Fidêncio <fidencio@xxxxxxxxxx> --- osinfo/osinfo_media.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/osinfo/osinfo_media.c b/osinfo/osinfo_media.c index 3bedeb4..040584f 100644 --- a/osinfo/osinfo_media.c +++ b/osinfo/osinfo_media.c @@ -150,14 +150,14 @@ struct _CreateFromLocationAsyncData { static void create_from_location_async_data_free (CreateFromLocationAsyncData *data) { - g_object_unref(data->file); - g_object_unref(data->res); - g_free(data->volume); - g_free(data->system); - g_free(data->application); - g_free(data->publisher); + g_object_unref(data->file); + g_object_unref(data->res); + g_free(data->volume); + g_free(data->system); + g_free(data->application); + g_free(data->publisher); - g_slice_free(CreateFromLocationAsyncData, data); + g_slice_free(CreateFromLocationAsyncData, data); } typedef struct _CreateFromLocationData CreateFromLocationData; -- 2.21.0 _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo