Skip to content
This repository has been archived by the owner on Jul 30, 2021. It is now read-only.

Commit

Permalink
Fix varnishd segfault in jemalloc's arena_dalloc()
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasse Karstensen committed Mar 12, 2014
1 parent 0152502 commit f6f75ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/libjemalloc/malloc.c
Expand Up @@ -3874,6 +3874,7 @@ arena_dalloc(arena_t *arena, arena_chunk_t *chunk, void *ptr)
arena_dalloc_small(arena, chunk, ptr,
mapelm);
malloc_spin_unlock(&arena->lock);
return;
}
mag_rack = rack;
}
Expand Down

0 comments on commit f6f75ea

Please sign in to comment.