return 0;
}
-void introspect_free(struct introspect *i) {
+void introspect_done(struct introspect *i) {
assert(i);
/* Normally introspect_finish() does all the work, this is just a backup for error paths */
const char *interface_name,
const sd_bus_vtable *v);
int introspect_finish(struct introspect *i, char **ret);
-void introspect_free(struct introspect *i);
+void introspect_done(struct introspect *i);
sd_bus_error *error) {
_cleanup_ordered_set_free_free_ OrderedSet *s = NULL;
- _cleanup_(introspect_free) struct introspect intro = {};
+ _cleanup_(introspect_done) struct introspect intro = {};
bool empty;
int r;