diff --git a/package/gluon-autoupdater/src/respondd.c b/package/gluon-autoupdater/src/respondd.c index e9738a4c..b7366860 100644 --- a/package/gluon-autoupdater/src/respondd.c +++ b/package/gluon-autoupdater/src/respondd.c @@ -37,7 +37,7 @@ static struct json_object * get_autoupdater(void) { return ret; - error: +error: uci_free_context(ctx); return NULL; }