Wireshark-commits: [Wireshark-commits] master-3.2 0df4df5: Fix memory leak in export_object.c
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0df4df5bfb5f6ef4e7b7bd801fd7986f71291004
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark
Commits:
0df4df5 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 318f912cb936aaecd7f0a08287d45c7748a2ef5a)
Reviewed-on: https://code.wireshark.org/review/37030
Actions performed:
from 8df9cfb CMake: Fix FindGLIB2 for saner output
add 0df4df5 Fix memory leak in export_object.c
Summary of changes:
epan/export_object.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)