URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=94c0f910855f45161d1bbe4bd51bd4ed131daa28
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
94c0f91 by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):
Fix value_string_ext_free() constness
Don't declare destructor as taking a const argument.
Change-Id: I9badfe400718bef41a0e0a00d4b3d1b0bb2879d1
Reviewed-on: https://code.wireshark.org/review/16342
Reviewed-by: João Valverde <j@xxxxxx>
Petri-Dish: João Valverde <j@xxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 4feb116 IPv6: Remove a memcpy()
adds 94c0f91 Fix value_string_ext_free() constness
Summary of changes:
epan/value_string.c | 4 ++--
epan/value_string.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)