moving to cmake
[src/app-framework-main.git] / src / utils-jbus.c
index a542d0b..ef87227 100644 (file)
@@ -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: