URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4067652c86aa84e13cc76785e03be2f1fc2615d8
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
4067652 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>
Actions performed:
from 6967d04 RTPS: in parameter lists ID 15 is used for DomainId, not deprecated
add 4067652 Fix memory leak in export_object.c
Summary of changes:
epan/export_object.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)