sd-bus: let's use mfree() where we can

This commit is contained in:
Lennart Poettering 2017-12-30 15:19:53 +01:00
parent 18ac4643cb
commit 86ed6d1b1f
1 changed files with 1 additions and 2 deletions

View File

@ -3485,8 +3485,7 @@ _public_ int sd_bus_path_decode_many(const char *path, const char *path_template
}
va_end(list);
free(labels);
labels = NULL;
labels = mfree(labels);
return 1;
}