mirror of
https://github.com/systemd/systemd.git
synced 2025-03-25 18:50:18 +03:00
Merge pull request #2239 from evverx/fix-memory-leak-in-test-bus-marshal
tests: fix memory leak in test-bus-marshal
This commit is contained in:
commit
d6c9d575e1
@ -246,6 +246,8 @@ int main(int argc, char *argv[]) {
|
||||
log_error("%s", error.message);
|
||||
else
|
||||
dbus_message_unref(w);
|
||||
|
||||
dbus_error_free(&error);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user