Wireshark-commits: [Wireshark-commits] master-1.12 1abc148: wmem: don't remove tiny blocks from the

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 17 Jul 2015 02:37:34 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1abc148210cb5c28b24770d1c5897babb43eb581
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

1abc148 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>
    

Actions performed:

    from  c911b08   LTE RRC: fix dissection of ETWS/CMAS warning messages
    adds  1abc148   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(-)