URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3ceb8b50272edabbbd179501a08e9f39aa164aaf
Submitter: Balint Reczey (balint@xxxxxxxxxxxxxxx)
Changed: branch: lts-1.8.2
Repository: wireshark
Commits:
3ceb8b5 by Evan Huus (eapache@xxxxxxxxx):
Don't free the hash if another one exists
Other dissectors may still have references. This is a quick hacky fix that adds
a (very small) memory leak since the real fix in master is way too big to
backport.
Conflicts:
epan/dissectors/packet-rtp.c
Bug:9920
Change-Id: I6501b0e8a9616b0ddc72c4e7a7f9a9ebe145b7c5
Reviewed-on: https://code.wireshark.org/review/3342
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Reviewed-on: https://code.wireshark.org/review/4422
Reviewed-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
Actions performed:
from 0cfa599 Replace one more g_memmove with memmove, add a cast to make the Lua stuff compile.
adds 3ceb8b5 Don't free the hash if another one exists
Summary of changes:
epan/dissectors/packet-rtp.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)