]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/thread.c
Merge pull request #1242 from donaldsharp/eigrp_tm
[mirror_frr.git] / lib / thread.c
index ab785087e1b95661ec925f4a9d48e28306cbed5c..a69bd2f0d57ed753532731e2646b7c1f143771ca 100644 (file)
@@ -567,6 +567,7 @@ void thread_master_free(struct thread_master *m)
        thread_list_free(m, &m->ready);
        thread_list_free(m, &m->unuse);
        pthread_mutex_destroy(&m->mtx);
+       pthread_cond_destroy(&m->cancel_cond);
        close(m->io_pipe[0]);
        close(m->io_pipe[1]);
        list_delete(m->cancel_req);