forked from scylladb/seastar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge "Fix memory leaks when stoppping memcached" from Tomasz
" Fixes ASAN complaints in debug mode when memcached is stopped. All leaks are created during initialization, so should not affect normal operation. " * tag 'fix-mem-leaks-memcached' of github.com:tgrabiec/seastar: memcached: Avoid leaking of slab_allocator core/slab: Destroy slab classes before destroying slab pages memcached: Avoid leaking the buckets array when cache is destroyed
- Loading branch information
Showing
2 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters