Coverage Report

Created: 2026-06-15 06:54

next uncovered line (L), next uncovered region (R), next uncovered branch (B)
/work/include/glib-2.0/glib/glib-autocleanups.h
Line
Count
Source
1
/*
2
 * Copyright © 2015 Canonical Limited
3
 *
4
 * This library is free software; you can redistribute it and/or
5
 * modify it under the terms of the GNU Lesser General Public
6
 * License as published by the Free Software Foundation; either
7
 * version 2.1 of the License, or (at your option) any later version.
8
 *
9
 * This library is distributed in the hope that it will be useful,
10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12
 * Lesser General Public License for more details.
13
 *
14
 * You should have received a copy of the GNU Lesser General Public
15
 * License along with this library; if not, see <http://www.gnu.org/licenses/>.
16
 *
17
 * Author: Ryan Lortie <desrt@desrt.ca>
18
 */
19
20
#if !defined (__GLIB_H_INSIDE__) && !defined (GLIB_COMPILATION)
21
#error "Only <glib.h> can be included directly."
22
#endif
23
24
static inline void
25
g_autoptr_cleanup_generic_gfree (void *p)
26
5.68M
{
27
5.68M
  void **pp = (void**)p;
28
5.68M
  g_free (*pp);
29
5.68M
}
Unexecuted instantiation: fu-synaptics-cape-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-synaptics-cape-firmware.c:g_autoptr_cleanup_generic_gfree
fu-synaptics-cape-hid-firmware.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
244
{
27
244
  void **pp = (void**)p;
28
244
  g_free (*pp);
29
244
}
Unexecuted instantiation: fu-synaptics-cape-sngl-firmware.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-bios-setting-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-client-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-codec-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-device-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-enums-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-error-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-jcat-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-json-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-plugin-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-release-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-remote-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-report-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-request-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-security-attr-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-common.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-codec.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-device.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-error.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-bios-setting.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-jcat-blob.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-jcat-file.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-jcat-item.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-json-array.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-json-common.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-json-node.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-json-object.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-json-parser.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-security-attr.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-release.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-report.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-request.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fwupd-variant.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-cbor-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-crc-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-progress-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-common-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-acpi-table-struct.c:g_autoptr_cleanup_generic_gfree
fu-cab-struct.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
43
{
27
43
  void **pp = (void**)p;
28
43
  g_free (*pp);
29
43
}
Unexecuted instantiation: fu-cfi-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-cfu-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-cfu-firmware-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-config-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-coswid-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-context-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-device-struct.c:g_autoptr_cleanup_generic_gfree
fu-dfu-firmware-struct.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
147
{
27
147
  void **pp = (void**)p;
28
147
  g_free (*pp);
29
147
}
Unexecuted instantiation: fu-dpaux-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-dump-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-edid-struct.c:g_autoptr_cleanup_generic_gfree
fu-efi-struct.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
432
{
27
432
  void **pp = (void**)p;
28
432
  g_free (*pp);
29
432
}
fu-elf-struct.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
37
{
27
37
  void **pp = (void**)p;
28
37
  g_free (*pp);
29
37
}
Unexecuted instantiation: fu-fdt-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-firmware-struct.c:g_autoptr_cleanup_generic_gfree
fu-fmap-struct.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
137
{
27
137
  void **pp = (void**)p;
28
137
  g_free (*pp);
29
137
}
Unexecuted instantiation: fu-hid-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-ifd-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-ifwi-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-ihex-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-intel-me-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-intel-thunderbolt-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-io-channel-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-ioctl-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-heci-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-msgpack-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-oprom-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-path-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-pefile-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-pci-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-processor-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-protobuf-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-sbatlevel-section-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-security-attrs-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-smbios-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-srec-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-tpm-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-usb-device-ds20-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-usb-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-uswid-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-v4l-struct.c:g_autoptr_cleanup_generic_gfree
fu-zip-struct.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
79
{
27
79
  void **pp = (void**)p;
28
79
  g_free (*pp);
29
79
}
Unexecuted instantiation: fu-acpi-table.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-backend.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-bios-setting.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-bios-settings.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-byte-array.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-bytes.c:g_autoptr_cleanup_generic_gfree
fu-cab-firmware.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
1.80k
{
27
1.80k
  void **pp = (void**)p;
28
1.80k
  g_free (*pp);
29
1.80k
}
Unexecuted instantiation: fu-cab-image.c:g_autoptr_cleanup_generic_gfree
fu-cbor-item.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
677k
{
27
677k
  void **pp = (void**)p;
28
677k
  g_free (*pp);
29
677k
}
fu-cbor-common.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
20.5k
{
27
20.5k
  void **pp = (void**)p;
28
20.5k
  g_free (*pp);
29
20.5k
}
Unexecuted instantiation: fu-cfu-offer.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-cfu-payload.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-chunk.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-chunk-array.c:g_autoptr_cleanup_generic_gfree
fu-common.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
926k
{
27
926k
  void **pp = (void**)p;
28
926k
  g_free (*pp);
29
926k
}
Unexecuted instantiation: fu-composite-input-stream.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-config.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-context.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-coswid-common.c:g_autoptr_cleanup_generic_gfree
fu-coswid-firmware.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
12.3k
{
27
12.3k
  void **pp = (void**)p;
28
12.3k
  g_free (*pp);
29
12.3k
}
Unexecuted instantiation: fu-crc.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-csv-entry.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-csv-firmware.c:g_autoptr_cleanup_generic_gfree
fu-device.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
251
{
27
251
  void **pp = (void**)p;
28
251
  g_free (*pp);
29
251
}
fu-device-event.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
251
{
27
251
  void **pp = (void**)p;
28
251
  g_free (*pp);
29
251
}
Unexecuted instantiation: fu-device-locker.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-dfu-firmware.c:g_autoptr_cleanup_generic_gfree
fu-dfuse-firmware.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
131
{
27
131
  void **pp = (void**)p;
28
131
  g_free (*pp);
29
131
}
Unexecuted instantiation: fu-dummy-efivars.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-dump.c:g_autoptr_cleanup_generic_gfree
fu-edid.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
583
{
27
583
  void **pp = (void**)p;
28
583
  g_free (*pp);
29
583
}
Unexecuted instantiation: fu-efi-common.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-efi-device-path.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-efi-device-path-list.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-efi-file-path-device-path.c:g_autoptr_cleanup_generic_gfree
fu-efi-file.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
8.96k
{
27
8.96k
  void **pp = (void**)p;
28
8.96k
  g_free (*pp);
29
8.96k
}
Unexecuted instantiation: fu-efi-filesystem.c:g_autoptr_cleanup_generic_gfree
fu-efi-section.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
2.58k
{
27
2.58k
  void **pp = (void**)p;
28
2.58k
  g_free (*pp);
29
2.58k
}
fu-efi-volume.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
12.6k
{
27
12.6k
  void **pp = (void**)p;
28
12.6k
  g_free (*pp);
29
12.6k
}
fu-efi-lz77-decompressor.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
612
{
27
612
  void **pp = (void**)p;
28
612
  g_free (*pp);
29
612
}
Unexecuted instantiation: fu-efi-hard-drive-device-path.c:g_autoptr_cleanup_generic_gfree
fu-efi-load-option.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
10.9k
{
27
10.9k
  void **pp = (void**)p;
28
10.9k
  g_free (*pp);
29
10.9k
}
Unexecuted instantiation: fu-efi-signature.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-efi-signature-list.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-efi-vss2-variable-store.c:g_autoptr_cleanup_generic_gfree
fu-efi-vss-auth-variable.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
18.2k
{
27
18.2k
  void **pp = (void**)p;
28
18.2k
  g_free (*pp);
29
18.2k
}
Unexecuted instantiation: fu-efi-ftw-store.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-efivars.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-efi-x509-signature.c:g_autoptr_cleanup_generic_gfree
fu-elf-firmware.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
271k
{
27
271k
  void **pp = (void**)p;
28
271k
  g_free (*pp);
29
271k
}
Unexecuted instantiation: fu-fdt-firmware.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-fdt-image.c:g_autoptr_cleanup_generic_gfree
fu-firmware.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
439k
{
27
439k
  void **pp = (void**)p;
28
439k
  g_free (*pp);
29
439k
}
fu-firmware-common.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
354
{
27
354
  void **pp = (void**)p;
28
354
  g_free (*pp);
29
354
}
Unexecuted instantiation: fu-fit-firmware.c:g_autoptr_cleanup_generic_gfree
fu-fmap-firmware.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
223k
{
27
223k
  void **pp = (void**)p;
28
223k
  g_free (*pp);
29
223k
}
Unexecuted instantiation: fu-fuzzer.c:g_autoptr_cleanup_generic_gfree
fu-hid-descriptor.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
115k
{
27
115k
  void **pp = (void**)p;
28
115k
  g_free (*pp);
29
115k
}
Unexecuted instantiation: fu-hid-report-item.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-hid-report.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-hwids.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-hwids-config.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-hwids-dmi.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-hwids-fdt.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-hwids-kenv.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-hwids-darwin.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-hwids-smbios.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-ifd-bios.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-ifd-firmware.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-ifd-image.c:g_autoptr_cleanup_generic_gfree
fu-ifwi-cpd-firmware.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
47.8k
{
27
47.8k
  void **pp = (void**)p;
28
47.8k
  g_free (*pp);
29
47.8k
}
fu-ifwi-fpt-firmware.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
4.60k
{
27
4.60k
  void **pp = (void**)p;
28
4.60k
  g_free (*pp);
29
4.60k
}
fu-ihex-firmware.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
88
{
27
88
  void **pp = (void**)p;
28
88
  g_free (*pp);
29
88
}
Unexecuted instantiation: fu-input-stream.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-intel-me-device.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-intel-thunderbolt-firmware.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-intel-thunderbolt-nvm.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-io-channel.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-ioctl.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-json-firmware.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-kenv.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-kernel.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-kernel-search-path.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-linear-firmware.c:g_autoptr_cleanup_generic_gfree
fu-lzma-common.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
1.07k
{
27
1.07k
  void **pp = (void**)p;
28
1.07k
  g_free (*pp);
29
1.07k
}
fu-mem.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
195k
{
27
195k
  void **pp = (void**)p;
28
195k
  g_free (*pp);
29
195k
}
Unexecuted instantiation: fu-oprom-firmware.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-partial-input-stream.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-path.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-path-store.c:g_autoptr_cleanup_generic_gfree
fu-pefile-firmware.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
22.3k
{
27
22.3k
  void **pp = (void**)p;
28
22.3k
  g_free (*pp);
29
22.3k
}
fu-protobuf.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
871
{
27
871
  void **pp = (void**)p;
28
871
  g_free (*pp);
29
871
}
Unexecuted instantiation: fu-ptr-array.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-output-stream.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-progress.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-quirks.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-sbatlevel-section.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-security-attr.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-security-attrs.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-smbios.c:g_autoptr_cleanup_generic_gfree
fu-srec-firmware.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
169
{
27
169
  void **pp = (void**)p;
28
169
  g_free (*pp);
29
169
}
fu-string.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
27.1k
{
27
27.1k
  void **pp = (void**)p;
28
27.1k
  g_free (*pp);
29
27.1k
}
Unexecuted instantiation: fu-sum.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-temporary-directory.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-tpm-eventlog-item.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-tpm-eventlog.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-tpm-eventlog-v1.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-tpm-eventlog-v2.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-udev-device.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-usb-bos-descriptor.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-usb-config-descriptor.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-usb-descriptor.c:g_autoptr_cleanup_generic_gfree
fu-usb-device.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
502
{
27
502
  void **pp = (void**)p;
28
502
  g_free (*pp);
29
502
}
Unexecuted instantiation: fu-usb-device-ds20.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-usb-device-fw-ds20.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-usb-device-ms-ds20.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-usb-endpoint.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-usb-hid-descriptor.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-usb-interface.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-uswid-firmware.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-version-common.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-volume.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-volume-locker.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-x509-certificate.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-xor.c:g_autoptr_cleanup_generic_gfree
fu-zip-firmware.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
14.1k
{
27
14.1k
  void **pp = (void**)p;
28
14.1k
  g_free (*pp);
29
14.1k
}
Unexecuted instantiation: fu-zip-file.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-common-linux.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-darwin-efivars.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-fuzzer-firmware.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: xb-builder.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: xb-builder-fixup.c:g_autoptr_cleanup_generic_gfree
xb-builder-node.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
1.39M
{
27
1.39M
  void **pp = (void**)p;
28
1.39M
  g_free (*pp);
29
1.39M
}
Unexecuted instantiation: xb-builder-source.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: xb-builder-source-ctx.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: xb-common.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: xb-node.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: xb-node-query.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: xb-query.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: xb-query-context.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: xb-silo.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: xb-silo-export.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: xb-silo-query.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: xb-stack.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: xb-string.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: xb-value-bindings.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: xb-version.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: xb-zstd-decompressor.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: xb-lzma-decompressor.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: xb-machine.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: xb-opcode.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-ccgx-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-ccgx-pure-hid-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-ccgx-common.c:g_autoptr_cleanup_generic_gfree
fu-ccgx-firmware.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
157
{
27
157
  void **pp = (void**)p;
28
157
  g_free (*pp);
29
157
}
fu-genesys-usbhub-struct.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
10.9k
{
27
10.9k
  void **pp = (void**)p;
28
10.9k
  g_free (*pp);
29
10.9k
}
Unexecuted instantiation: fu-genesys-scaler-firmware.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-genesys-usbhub-firmware.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-genesys-usbhub-dev-firmware.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-genesys-usbhub-pd-firmware.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-genesys-usbhub-codesign-firmware.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-cros-ec-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-cros-ec-common.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-cros-ec-firmware.c:g_autoptr_cleanup_generic_gfree
fu-acpi-phat-struct.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
45
{
27
45
  void **pp = (void**)p;
28
45
  g_free (*pp);
29
45
}
fu-acpi-phat.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
2.06k
{
27
2.06k
  void **pp = (void**)p;
28
2.06k
  g_free (*pp);
29
2.06k
}
Unexecuted instantiation: fu-acpi-phat-health-record.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-acpi-phat-version-element.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-acpi-phat-version-record.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-pixart-rf-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-pixart-rf-common.c:g_autoptr_cleanup_generic_gfree
fu-pixart-rf-firmware.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
76
{
27
76
  void **pp = (void**)p;
28
76
  g_free (*pp);
29
76
}
Unexecuted instantiation: fu-ebitdo-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-ebitdo-firmware.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-uf2-struct.c:g_autoptr_cleanup_generic_gfree
fu-uf2-firmware.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
4.37k
{
27
4.37k
  void **pp = (void**)p;
28
4.37k
  g_free (*pp);
29
4.37k
}
Unexecuted instantiation: fu-hughski-colorhug-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-hughski-colorhug-device.c:g_autoptr_cleanup_generic_gfree
fu-wacom-usb-struct.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
47
{
27
47
  void **pp = (void**)p;
28
47
  g_free (*pp);
29
47
}
fu-wacom-usb-firmware.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
1.19M
{
27
1.19M
  void **pp = (void**)p;
28
1.19M
  g_free (*pp);
29
1.19M
}
Unexecuted instantiation: fu-elantp-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-elantp-firmware.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-redfish-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-redfish-common.c:g_autoptr_cleanup_generic_gfree
fu-redfish-smbios.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
2.68k
{
27
2.68k
  void **pp = (void**)p;
28
2.68k
  g_free (*pp);
29
2.68k
}
Unexecuted instantiation: fu-elanfp-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-elanfp-firmware.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-synaptics-prometheus-struct.c:g_autoptr_cleanup_generic_gfree
fu-synaptics-prometheus-firmware.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
156
{
27
156
  void **pp = (void**)p;
28
156
  g_free (*pp);
29
156
}
Unexecuted instantiation: fu-synaptics-mst-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-synaptics-mst-firmware.c:g_autoptr_cleanup_generic_gfree
fu-ccgx-dmc-struct.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
44
{
27
44
  void **pp = (void**)p;
28
44
  g_free (*pp);
29
44
}
Unexecuted instantiation: fu-ccgx-dmc-firmware.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-synaptics-rmi-struct.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-synaptics-rmi-common.c:g_autoptr_cleanup_generic_gfree
fu-synaptics-rmi-firmware.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
9.50k
{
27
9.50k
  void **pp = (void**)p;
28
9.50k
  g_free (*pp);
29
9.50k
}
Unexecuted instantiation: fu-bcm57xx-struct.c:g_autoptr_cleanup_generic_gfree
fu-bcm57xx-common.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
43
{
27
43
  void **pp = (void**)p;
28
43
  g_free (*pp);
29
43
}
fu-bcm57xx-dict-image.c:g_autoptr_cleanup_generic_gfree
Line
Count
Source
26
2.94k
{
27
2.94k
  void **pp = (void**)p;
28
2.94k
  g_free (*pp);
29
2.94k
}
Unexecuted instantiation: fu-bcm57xx-firmware.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-bcm57xx-stage1-image.c:g_autoptr_cleanup_generic_gfree
Unexecuted instantiation: fu-bcm57xx-stage2-image.c:g_autoptr_cleanup_generic_gfree
30
31
static inline void
32
g_autoptr_cleanup_gstring_free (GString *string)
33
19.6M
{
34
19.6M
  if (string)
35
19.6M
    g_string_free (string, TRUE);
36
19.6M
}
Unexecuted instantiation: fu-synaptics-cape-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-synaptics-cape-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-synaptics-cape-hid-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-synaptics-cape-sngl-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-bios-setting-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-client-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-codec-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-device-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-enums-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-error-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-jcat-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-json-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-plugin-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-release-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-remote-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-report-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-request-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-security-attr-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-common.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-codec.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-device.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-error.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-bios-setting.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-jcat-blob.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-jcat-file.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-jcat-item.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-json-array.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-json-common.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-json-node.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-json-object.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-json-parser.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-security-attr.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-release.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-report.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-request.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fwupd-variant.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-cbor-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-crc-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-progress-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-common-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-acpi-table-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-cab-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-cfi-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-cfu-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-cfu-firmware-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-config-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-coswid-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-context-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-device-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-dfu-firmware-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-dpaux-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-dump-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-edid-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-efi-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-elf-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-fdt-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-firmware-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-fmap-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-hid-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-ifd-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-ifwi-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-ihex-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-intel-me-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-intel-thunderbolt-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-io-channel-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-ioctl-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-heci-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-msgpack-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-oprom-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-path-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-pefile-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-pci-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-processor-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-protobuf-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-sbatlevel-section-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-security-attrs-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-smbios-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-srec-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-tpm-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-usb-device-ds20-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-usb-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-uswid-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-v4l-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-zip-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-acpi-table.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-backend.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-bios-setting.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-bios-settings.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-byte-array.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-bytes.c:g_autoptr_cleanup_gstring_free
fu-cab-firmware.c:g_autoptr_cleanup_gstring_free
Line
Count
Source
33
11.7k
{
34
11.7k
  if (string)
35
11.7k
    g_string_free (string, TRUE);
36
11.7k
}
fu-cab-image.c:g_autoptr_cleanup_gstring_free
Line
Count
Source
33
102
{
34
102
  if (string)
35
102
    g_string_free (string, TRUE);
36
102
}
Unexecuted instantiation: fu-cbor-item.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-cbor-common.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-cfu-offer.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-cfu-payload.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-chunk.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-chunk-array.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-common.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-composite-input-stream.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-config.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-context.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-coswid-common.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-coswid-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-crc.c:g_autoptr_cleanup_gstring_free
fu-csv-entry.c:g_autoptr_cleanup_gstring_free
Line
Count
Source
33
130k
{
34
130k
  if (string)
35
130k
    g_string_free (string, TRUE);
36
130k
}
fu-csv-firmware.c:g_autoptr_cleanup_gstring_free
Line
Count
Source
33
1.66k
{
34
1.66k
  if (string)
35
1.66k
    g_string_free (string, TRUE);
36
1.66k
}
Unexecuted instantiation: fu-device.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-device-event.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-device-locker.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-dfu-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-dfuse-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-dummy-efivars.c:g_autoptr_cleanup_gstring_free
fu-dump.c:g_autoptr_cleanup_gstring_free
Line
Count
Source
33
383
{
34
383
  if (string)
35
383
    g_string_free (string, TRUE);
36
383
}
fu-edid.c:g_autoptr_cleanup_gstring_free
Line
Count
Source
33
15
{
34
15
  if (string)
35
15
    g_string_free (string, TRUE);
36
15
}
Unexecuted instantiation: fu-efi-common.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-efi-device-path.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-efi-device-path-list.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-efi-file-path-device-path.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-efi-file.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-efi-filesystem.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-efi-section.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-efi-volume.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-efi-lz77-decompressor.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-efi-hard-drive-device-path.c:g_autoptr_cleanup_gstring_free
fu-efi-load-option.c:g_autoptr_cleanup_gstring_free
Line
Count
Source
33
874
{
34
874
  if (string)
35
874
    g_string_free (string, TRUE);
36
874
}
Unexecuted instantiation: fu-efi-signature.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-efi-signature-list.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-efi-vss2-variable-store.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-efi-vss-auth-variable.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-efi-ftw-store.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-efivars.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-efi-x509-signature.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-elf-firmware.c:g_autoptr_cleanup_gstring_free
fu-fdt-firmware.c:g_autoptr_cleanup_gstring_free
Line
Count
Source
33
145k
{
34
145k
  if (string)
35
145k
    g_string_free (string, TRUE);
36
145k
}
Unexecuted instantiation: fu-fdt-image.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-firmware-common.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-fit-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-fmap-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-fuzzer.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-hid-descriptor.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-hid-report-item.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-hid-report.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-hwids.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-hwids-config.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-hwids-dmi.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-hwids-fdt.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-hwids-kenv.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-hwids-darwin.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-hwids-smbios.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-ifd-bios.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-ifd-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-ifd-image.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-ifwi-cpd-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-ifwi-fpt-firmware.c:g_autoptr_cleanup_gstring_free
fu-ihex-firmware.c:g_autoptr_cleanup_gstring_free
Line
Count
Source
33
198
{
34
198
  if (string)
35
198
    g_string_free (string, TRUE);
36
198
}
Unexecuted instantiation: fu-input-stream.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-intel-me-device.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-intel-thunderbolt-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-intel-thunderbolt-nvm.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-io-channel.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-ioctl.c:g_autoptr_cleanup_gstring_free
fu-json-firmware.c:g_autoptr_cleanup_gstring_free
Line
Count
Source
33
881
{
34
881
  if (string)
35
881
    g_string_free (string, TRUE);
36
881
}
Unexecuted instantiation: fu-kenv.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-kernel.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-kernel-search-path.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-linear-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-lzma-common.c:g_autoptr_cleanup_gstring_free
fu-mem.c:g_autoptr_cleanup_gstring_free
Line
Count
Source
33
155
{
34
155
  if (string)
35
155
    g_string_free (string, TRUE);
36
155
}
Unexecuted instantiation: fu-oprom-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-partial-input-stream.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-path.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-path-store.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-pefile-firmware.c:g_autoptr_cleanup_gstring_free
fu-protobuf.c:g_autoptr_cleanup_gstring_free
Line
Count
Source
33
1.00k
{
34
1.00k
  if (string)
35
1.00k
    g_string_free (string, TRUE);
36
1.00k
}
Unexecuted instantiation: fu-ptr-array.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-output-stream.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-progress.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-quirks.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-sbatlevel-section.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-security-attr.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-security-attrs.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-smbios.c:g_autoptr_cleanup_gstring_free
fu-srec-firmware.c:g_autoptr_cleanup_gstring_free
Line
Count
Source
33
2.39k
{
34
2.39k
  if (string)
35
2.39k
    g_string_free (string, TRUE);
36
2.39k
}
fu-string.c:g_autoptr_cleanup_gstring_free
Line
Count
Source
33
19.3M
{
34
19.3M
  if (string)
35
19.3M
    g_string_free (string, TRUE);
36
19.3M
}
Unexecuted instantiation: fu-sum.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-temporary-directory.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-tpm-eventlog-item.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-tpm-eventlog.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-tpm-eventlog-v1.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-tpm-eventlog-v2.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-udev-device.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-usb-bos-descriptor.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-usb-config-descriptor.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-usb-descriptor.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-usb-device.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-usb-device-ds20.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-usb-device-fw-ds20.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-usb-device-ms-ds20.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-usb-endpoint.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-usb-hid-descriptor.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-usb-interface.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-uswid-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-version-common.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-volume.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-volume-locker.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-x509-certificate.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-xor.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-zip-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-zip-file.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-common-linux.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-darwin-efivars.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-fuzzer-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: xb-builder.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: xb-builder-fixup.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: xb-builder-node.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: xb-builder-source.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: xb-builder-source-ctx.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: xb-common.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: xb-node.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: xb-node-query.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: xb-query.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: xb-query-context.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: xb-silo.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: xb-silo-export.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: xb-silo-query.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: xb-stack.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: xb-string.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: xb-value-bindings.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: xb-version.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: xb-zstd-decompressor.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: xb-lzma-decompressor.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: xb-machine.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: xb-opcode.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-ccgx-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-ccgx-pure-hid-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-ccgx-common.c:g_autoptr_cleanup_gstring_free
fu-ccgx-firmware.c:g_autoptr_cleanup_gstring_free
Line
Count
Source
33
44
{
34
44
  if (string)
35
44
    g_string_free (string, TRUE);
36
44
}
Unexecuted instantiation: fu-genesys-usbhub-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-genesys-scaler-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-genesys-usbhub-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-genesys-usbhub-dev-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-genesys-usbhub-pd-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-genesys-usbhub-codesign-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-cros-ec-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-cros-ec-common.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-cros-ec-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-acpi-phat-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-acpi-phat.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-acpi-phat-health-record.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-acpi-phat-version-element.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-acpi-phat-version-record.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-pixart-rf-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-pixart-rf-common.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-pixart-rf-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-ebitdo-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-ebitdo-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-uf2-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-uf2-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-hughski-colorhug-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-hughski-colorhug-device.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-wacom-usb-struct.c:g_autoptr_cleanup_gstring_free
fu-wacom-usb-firmware.c:g_autoptr_cleanup_gstring_free
Line
Count
Source
33
2.64k
{
34
2.64k
  if (string)
35
2.64k
    g_string_free (string, TRUE);
36
2.64k
}
Unexecuted instantiation: fu-elantp-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-elantp-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-redfish-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-redfish-common.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-redfish-smbios.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-elanfp-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-elanfp-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-synaptics-prometheus-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-synaptics-prometheus-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-synaptics-mst-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-synaptics-mst-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-ccgx-dmc-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-ccgx-dmc-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-synaptics-rmi-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-synaptics-rmi-common.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-synaptics-rmi-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-bcm57xx-struct.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-bcm57xx-common.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-bcm57xx-dict-image.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-bcm57xx-firmware.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-bcm57xx-stage1-image.c:g_autoptr_cleanup_gstring_free
Unexecuted instantiation: fu-bcm57xx-stage2-image.c:g_autoptr_cleanup_gstring_free
37
38
/* Ignore deprecations in case we refer to a type which was added in a more
39
 * recent GLib version than the user’s #GLIB_VERSION_MAX_ALLOWED definition. */
40
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
41
42
/* If adding a cleanup here, please also add a test case to
43
 * glib/tests/autoptr.c
44
 */
45
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GAsyncQueue, g_async_queue_unref)
46
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GBookmarkFile, g_bookmark_file_free)
47
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GBytes, g_bytes_unref)
48
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GChecksum, g_checksum_free)
49
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GDateTime, g_date_time_unref)
50
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GDate, g_date_free)
51
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GDir, g_dir_close)
52
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GError, g_error_free)
53
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GHashTable, g_hash_table_unref)
54
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GHmac, g_hmac_unref)
55
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GIOChannel, g_io_channel_unref)
56
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GKeyFile, g_key_file_unref)
57
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GList, g_list_free)
58
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GArray, g_array_unref)
59
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GPtrArray, g_ptr_array_unref)
60
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GByteArray, g_byte_array_unref)
61
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GMainContext, g_main_context_unref)
62
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GMainContextPusher, g_main_context_pusher_free)
63
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GMainLoop, g_main_loop_unref)
64
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GSource, g_source_unref)
65
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GMappedFile, g_mapped_file_unref)
66
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GMarkupParseContext, g_markup_parse_context_unref)
67
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GNode, g_node_destroy)
68
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GOptionContext, g_option_context_free)
69
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GOptionGroup, g_option_group_unref)
70
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GPatternSpec, g_pattern_spec_free)
71
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GQueue, g_queue_free)
72
G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC(GQueue, g_queue_clear)
73
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GRand, g_rand_free)
74
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GRegex, g_regex_unref)
75
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GMatchInfo, g_match_info_unref)
76
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GScanner, g_scanner_destroy)
77
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GSequence, g_sequence_free)
78
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GSList, g_slist_free)
79
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GString, g_autoptr_cleanup_gstring_free)
80
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GStringChunk, g_string_chunk_free)
81
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GStrvBuilder, g_strv_builder_unref)
82
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GThread, g_thread_unref)
83
G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC(GMutex, g_mutex_clear)
84
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GMutexLocker, g_mutex_locker_free)
85
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GRecMutexLocker, g_rec_mutex_locker_free)
86
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GRWLockWriterLocker, g_rw_lock_writer_locker_free)
87
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GRWLockReaderLocker, g_rw_lock_reader_locker_free)
88
G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC(GCond, g_cond_clear)
89
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GTimer, g_timer_destroy)
90
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GTimeZone, g_time_zone_unref)
91
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GTree, g_tree_unref)
92
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GVariant, g_variant_unref)
93
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GVariantBuilder, g_variant_builder_unref)
94
G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC(GVariantBuilder, g_variant_builder_clear)
95
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GVariantIter, g_variant_iter_free)
96
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GVariantDict, g_variant_dict_unref)
97
G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC(GVariantDict, g_variant_dict_clear)
98
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GVariantType, g_variant_type_free)
99
G_DEFINE_AUTO_CLEANUP_FREE_FUNC(GStrv, g_strfreev, NULL)
100
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GRefString, g_ref_string_release)
101
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GUri, g_uri_unref)
102
103
G_GNUC_END_IGNORE_DEPRECATIONS