]> git.pld-linux.org Git - packages/libevent.git/commitdiff
- fpm patch against libevent-1.4.0-beta
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 16 Nov 2008 15:07:49 +0000 (15:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libevent-fpm.patch -> 1.1

libevent-fpm.patch [new file with mode: 0644]

diff --git a/libevent-fpm.patch b/libevent-fpm.patch
new file mode 100644 (file)
index 0000000..be92399
--- /dev/null
@@ -0,0 +1,19 @@
+--- libevent-1.4.0-beta/event.c~       2008-11-16 17:02:40.080346805 +0200
++++ libevent-1.4.0-beta/event.c        2008-11-16 17:03:08.417222300 +0200
+@@ -226,16 +226,10 @@
+       if (base->evsel->dealloc != NULL)
+               base->evsel->dealloc(base, base->evbase);
+-      for (i=0; i < base->nactivequeues; ++i)
+-              assert(TAILQ_EMPTY(base->activequeues[i]));
+-      assert(min_heap_empty(&base->timeheap));
+-
+       for (i = 0; i < base->nactivequeues; ++i)
+               free(base->activequeues[i]);
+       free(base->activequeues);
+-      assert(TAILQ_EMPTY(&base->eventqueue));
+-
+       free(base);
+ }
This page took 0.071676 seconds and 4 git commands to generate.