aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils-jbus.c
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2015-12-18 16:58:10 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2015-12-18 16:58:10 +0100
commita8c5306b1d0ac21bd745ae553f59c6eb189e04a4 (patch)
treebf8a0ef07f61b275d51a04a238b2e5bcbbc89203 /src/utils-jbus.c
parentc0fc18e47e49dd4e3cc2f09452a19297dad63f9c (diff)
moving to cmake
Change-Id: Ic1c7ce208f88c707435cce0ec0e658974315d3d1
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: