GDestroyNotify     81 include/portability.h g_list_free_full(GList * list, GDestroyNotify free_func)
GDestroyNotify    190 lib/common/output_html.c     g_slist_free_full(extra_headers, (GDestroyNotify) xmlFreeNode);
GDestroyNotify   2024 lib/pengine/bundle.c                      (GDestroyNotify) free_bundle_replica);
GDestroyNotify   2025 lib/pengine/bundle.c     g_list_free_full(bundle_data->mounts, (GDestroyNotify)mount_free);
GDestroyNotify   2026 lib/pengine/bundle.c     g_list_free_full(bundle_data->ports, (GDestroyNotify)port_free);
GDestroyNotify    250 lib/pengine/rules_alerts.c         g_list_free_full(alert_list, (GDestroyNotify) pcmk__free_alert);