Wireshark-commits: [Wireshark-commits] master 82e39fc: Don't mix g_malloc() and wmem_alloc().
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 28 Apr 2016 21:54:05 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=82e39fc45f3a42a19c8037bcba88107b51a388cb
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

82e39fc by Guy Harris (guy@xxxxxxxxxxxx):

    Don't mix g_malloc() and wmem_alloc().
    
    Always allocate sub_net_hashipv4 structures with wmem.
    
    Bug: 12386
    Change-Id: Ibc4f09c267a2e651d9120ef67d4d5b77635172d6
    Reviewed-on: https://code.wireshark.org/review/15152
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  65c6f79   Cleanups to issues found while investigating 12386.
    adds  82e39fc   Don't mix g_malloc() and wmem_alloc().


Summary of changes:
 epan/addr_resolv.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)