Wireshark-commits: [Wireshark-commits] master 6b4e970: kafka: remove unused assignment.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 4 Aug 2016 20:56:47 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6b4e9707f03febc20959498de1a8a6f639eeb51c
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6b4e970 by Dario Lombardo (lomato@xxxxxxxxx):

    kafka: remove unused assignment.
    
    Found by valgrind:
    
    ==21035== 12 bytes in 1 blocks are definitely lost in loss record 279 of 2,696
    ==21035==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
    ==21035==    by 0xAAA2728: g_malloc (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4800.1)
    ==21035==    by 0x72A361F: range_convert_str_work.part.0 (range.c:109)
    ==21035==    by 0x6AACBEC: proto_register_kafka (packet-kafka.c:1459)
    ==21035==    by 0x71BA055: register_all_protocols (register.c:2769)
    ==21035==    by 0x7296E67: proto_init (proto.c:529)
    ==21035==    by 0x7272A76: epan_init (epan.c:128)
    ==21035==    by 0x1160F2: main (tshark.c:804)
    ==21035==
    
    Change-Id: I3249925acd3ed26d40be992fd228447d1b381b66
    Reviewed-on: https://code.wireshark.org/review/16880
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  5661420   asn2wrs: put back parsetab.py file in ASN.1 source folder
    adds  6b4e970   kafka: remove unused assignment.


Summary of changes:
 epan/dissectors/packet-kafka.c |    6 ------
 1 file changed, 6 deletions(-)