If we already have the helper defined, let's use it instead of open-coding.
_cleanup_(sd_bus_message_unrefp) sd_bus_message *reply = NULL;
_cleanup_free_ char *job_path = NULL, *unit_path = NULL;
- _cleanup_(set_freep) Set *affected = NULL;
+ _cleanup_set_free_ Set *affected = NULL;
Iterator i;
Job *j, *a;
int r;
static void test_struct(void) {
_cleanup_(prioq_freep) Prioq *q = NULL;
- _cleanup_(set_freep) Set *s = NULL;
+ _cleanup_set_free_ Set *s = NULL;
unsigned previous = 0, i;
struct test *t;