URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1c5e6a1b3470b23554ddbd3718bc815f19bf8684
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
1c5e6a1 by Guy Harris (guy@xxxxxxxxxxxx):
Eliminate another casting-away-constness warning.
Don't fill in a structure if you're not going to use it. Fixing that
means you don't have to free something you've allocated for the
structure.
Change-Id: I6b151b2df43a6444c25583a100f142a51d922c2f
Reviewed-on: https://code.wireshark.org/review/25955
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from dc1ab9f Remove a casting-away-constness warning.
adds 1c5e6a1 Eliminate another casting-away-constness warning.
Summary of changes:
epan/oids.c | 28 +++++++++++++---------------
1 file changed, 13 insertions(+), 15 deletions(-)