Wireshark-commits: [Wireshark-commits] master-3.0 5b62910: Fix memory leak in export_object.c
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 02 May 2020 21:42:09 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5b62910e5489ff58e987d5a2df1fb4b4d4dfe1d7
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

5b62910 by Martin Mathieson (martin.mathieson@xxxxxxxxxxxx):

    Fix memory leak in export_object.c
    
    /opt/SourceCode/wireshark/epan/export_object.c	106	err	V773 The function was exited without releasing the 'ext_str' pointer. A memory leak is possible.
    
    Bug: 16335
    Change-Id: Ic4811dabe2de9f9e7793f276336d2a87665e5791
    Reviewed-on: https://code.wireshark.org/review/37027
    Petri-Dish: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
    (cherry picked from commit 4067652c86aa84e13cc76785e03be2f1fc2615d8)
    Reviewed-on: https://code.wireshark.org/review/37031
    

Actions performed:

    from  ce2ce09   CMake: Fix FindGLIB2 for saner output
     add  5b62910   Fix memory leak in export_object.c


Summary of changes:
 epan/export_object.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)