pnoltes commented on code in PR #448: URL: https://github.com/apache/celix/pull/448#discussion_r1033901659
########## bundles/pubsub/pubsub_admin_tcp/src/pubsub_tcp_handler.c: ########## @@ -607,6 +607,7 @@ int pubsub_tcpHandler_listen(pubsub_tcpHandler_t *handle, char *url) { } celixThreadRwlock_unlock(&handle->dbLock); } else { + free(pUrl); Review Comment: correct, added close of fd. -- 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