]> git.pld-linux.org Git - packages/libevent.git/blame - libevent-fpm.patch
- versioned Obsoletes
[packages/libevent.git] / libevent-fpm.patch
CommitLineData
11336aa6
JB
1--- libevent-2.1.8-stable/event.c.orig 2017-03-29 21:29:06.089923271 +0200
2+++ libevent-2.1.8-stable/event.c 2017-03-29 21:31:33.269921590 +0200
3@@ -881,10 +881,6 @@
1cb13d81 4 if (base->evsel != NULL && base->evsel->dealloc != NULL)
5 base->evsel->dealloc(base);
762458ae 6
bc35d0ba 7- for (i = 0; i < base->nactivequeues; ++i)
1cb13d81 8- EVUTIL_ASSERT(TAILQ_EMPTY(&base->activequeues[i]));
762458ae 9-
11336aa6
JB
10- EVUTIL_ASSERT(min_heap_empty_(&base->timeheap));
11 min_heap_dtor_(&base->timeheap);
bc35d0ba 12
1cb13d81 13 mm_free(base->activequeues);
This page took 0.182426 seconds and 4 git commands to generate.