ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/mempool.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/mempool.c (file contents):
Revision 4098 by michael, Sun Jun 29 12:18:50 2014 UTC vs.
Revision 4387 by michael, Sun Aug 3 17:33:43 2014 UTC

# Line 695 | Line 695 | mp_pool_assert_ok(mp_pool_t *pool)
695   void
696   mp_pool_garbage_collect(void *arg)
697   {
698 <  mp_pool_t *pool = mp_allocated_pools;
699 <
700 <  for (; pool; pool = pool->next)
698 >  for (mp_pool_t *pool = mp_allocated_pools; pool; pool = pool->next)
699      mp_pool_clean(pool, 0, 1);
700   }
701  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)