X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Flibsystemd%2Fsd-device%2Ftest-sd-device.c;h=fb3ae9f329cb4a39d9b309b37121f7779e7a0eac;hb=5d2a48da126e696dcd61baa75911d7f5fb2d076c;hp=8c6d59e0409d3d231b6f2a90a22e13beb2c37273;hpb=64377c6089bbeb1d87cbdbacbe38dd19d78c4cec;p=thirdparty%2Fsystemd.git diff --git a/src/libsystemd/sd-device/test-sd-device.c b/src/libsystemd/sd-device/test-sd-device.c index 8c6d59e0409..fb3ae9f329c 100644 --- a/src/libsystemd/sd-device/test-sd-device.c +++ b/src/libsystemd/sd-device/test-sd-device.c @@ -266,7 +266,7 @@ static void test_sd_device_enumerator_filter_subsystem_one( static bool test_sd_device_enumerator_filter_subsystem_trial(void) { _cleanup_(sd_device_enumerator_unrefp) sd_device_enumerator *e = NULL; - _cleanup_(hashmap_freep) Hashmap *subsystems = NULL; + _cleanup_hashmap_free_ Hashmap *subsystems = NULL; unsigned n_new_dev = 0, n_removed_dev = 0; sd_device *d; Hashmap *h;