diff options
Diffstat (limited to 'nscd')
-rw-r--r-- | nscd/cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/cache.c b/nscd/cache.c index 4065dac..12c4f01 100644 --- a/nscd/cache.c +++ b/nscd/cache.c @@ -488,7 +488,7 @@ prune_cache (struct database_dyn *table, time_t now, int fd) } } - if (__builtin_expect (mark_use_alloca, 0)) + if (__builtin_expect (! mark_use_alloca, 0)) free (mark); /* Run garbage collection if any entry has been removed or replaced. */ |