Loading src/lib/bus/bus.c +1 −0 Original line number Diff line number Diff line Loading @@ -657,6 +657,7 @@ void bus_free(bus *b) { free(b->joined); free(b->threads); yacht_free(b->fd_set, NULL, NULL); pthread_mutex_destroy(&b->log_lock); Loading src/lib/bus/yacht.c +2 −0 Original line number Diff line number Diff line Loading @@ -236,6 +236,8 @@ void yacht_free(struct yacht *y, yacht_free_cb *cb, void *udata) { cb(y->values[i], udata); } } free(y->buckets); free(y->values); free(y); } } Loading
src/lib/bus/bus.c +1 −0 Original line number Diff line number Diff line Loading @@ -657,6 +657,7 @@ void bus_free(bus *b) { free(b->joined); free(b->threads); yacht_free(b->fd_set, NULL, NULL); pthread_mutex_destroy(&b->log_lock); Loading
src/lib/bus/yacht.c +2 −0 Original line number Diff line number Diff line Loading @@ -236,6 +236,8 @@ void yacht_free(struct yacht *y, yacht_free_cb *cb, void *udata) { cb(y->values[i], udata); } } free(y->buckets); free(y->values); free(y); } }