Wireshark-commits: [Wireshark-commits] master adec7c4: Allocate data sources using wmem.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 16 Jul 2016 06:47:50 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=adec7c424e8117e138b2669f64bc2f5ac39bef33
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

adec7c4 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Allocate data sources using wmem.
    
    Use wmem_strdup + the pinfo pool instead of g_strdup.
    
    Change-Id: I11fbb5ce31b7139421c558ee65ca43c8d8e85900
    Reviewed-on: https://code.wireshark.org/review/16445
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  7e5cbf4   always update the status bar at the end of a capture
    adds  adec7c4   Allocate data sources using wmem.


Summary of changes:
 epan/packet.c |   16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)