projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d450bd
)
core: fix minor memory leak
author
Lennart Poettering
<lennart@poettering.net>
Wed, 8 Feb 2017 16:59:18 +0000
(17:59 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Thu, 9 Feb 2017 15:13:07 +0000
(16:13 +0100)
src/core/dbus-manager.c
patch
|
blob
|
history
diff --git
a/src/core/dbus-manager.c
b/src/core/dbus-manager.c
index 0136d38833fb1fb18f897123feebb47e3785538c..bcc17726ed15459d9f39712cb9d9e68451e25531 100644
(file)
--- a/
src/core/dbus-manager.c
+++ b/
src/core/dbus-manager.c
@@
-1342,7
+1342,7
@@
static int verify_run_space(const char *message, sd_bus_error *error) {
}
int verify_run_space_and_log(const char *message) {
- sd_bus_error error = SD_BUS_ERROR_NULL;
+
_cleanup_(sd_bus_error_free)
sd_bus_error error = SD_BUS_ERROR_NULL;
int r;
r = verify_run_space(message, &error);