xuzhenbao commented on code in PR #781: URL: https://github.com/apache/celix/pull/781#discussion_r1909683685
########## bundles/http_admin/http_admin/src/activator.c: ########## @@ -136,6 +141,7 @@ static int http_admin_start(http_admin_activator_t *act, celix_bundle_context_t } } + free(httpRoot); Review Comment: Perhaps it would be better to use `celix_autofree` to manage `httpRoot` memory -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org