aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils-jbus.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils-jbus.c')
-rw-r--r--src/utils-jbus.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils-jbus.c b/src/utils-jbus.c
index a542d0b..ef87227 100644
--- a/src/utils-jbus.c
+++ b/src/utils-jbus.c
@@ -276,8 +276,6 @@ int jbus_add_service(struct jbus *jbus, const char *method, void (*oncall)(struc
return 0;
-error3:
- free(srv->method);
error2:
free(srv);
error: