diff options
Diffstat (limited to 'common/bo-cache.c')
-rw-r--r-- | common/bo-cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/bo-cache.c b/common/bo-cache.c index 6312f8f..45774fb 100644 --- a/common/bo-cache.c +++ b/common/bo-cache.c @@ -105,7 +105,7 @@ void bo_cache_clean(struct bo_cache *cache, time_t time) xorg_list_del(&entry->bucket_node); xorg_list_del(&entry->free_node); - cache->free(entry); + cache->free(cache, entry); } } |