Skip to content

Commit 3b06aee

Browse files
committed
fix
1 parent 81cc968 commit 3b06aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pool/pool_disjoint.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ void bucket_decrement_pool(bucket_t *bucket, bool *from_pool) {
480480
*from_pool = true;
481481
bucket_update_stats(bucket, 1, -1);
482482
utils_fetch_and_add64(&bucket->shared_limits->total_size,
483-
-bucket_slab_alloc_size(bucket));
483+
-(long long)bucket_slab_alloc_size(bucket));
484484
}
485485

486486
bool bucket_can_pool(bucket_t *bucket, bool *to_pool) {

0 commit comments

Comments
 (0)