URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1774ad6ef53312c636dd241956cee8ba9f39210b
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: lts-1.12.1
Repository: wireshark
Commits:
1774ad6 by Evan Huus (eapache@xxxxxxxxx):
wmem: don't remove tiny blocks from the recycler
They were never put in it in the first place because they can't hold the
necessary pointers.
Bug: 11373
Change-Id: I9e2ec76850929b5ac86e6f7a344d70f56ad3911c
Reviewed-on: https://code.wireshark.org/review/9673
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
(cherry picked from commit 1abc148210cb5c28b24770d1c5897babb43eb581)
Reviewed-on: https://code.wireshark.org/review/10583
Actions performed:
from 870b889 Fix ptvcursor_add() so it can dissect the last bytes in a TVB again.
adds 1774ad6 wmem: don't remove tiny blocks from the recycler
Summary of changes:
epan/wmem/wmem_allocator_block.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)