Free the worker

This commit is contained in:
2024-03-03 17:43:58 -05:00
parent 46d9500d3a
commit 1378a5a31a

View File

@@ -158,6 +158,7 @@ int main(int argc, char **argv) {
free(ep);
worker_task(worker, path);
zsock_destroy(&worker);
zsock_destroy(&worker);
return EXIT_SUCCESS;