Only initialize fields in the print_args that are actually used.
authoreapache <eapache@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 22 Jul 2012 22:01:10 +0000 (22:01 +0000)
committereapache <eapache@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 22 Jul 2012 22:01:10 +0000 (22:01 +0000)
commit9dd8629f26e8303f88d7bd2c09344ea4e9517fc3
tree845362b35e5a5902c3689331f55eaefded039ca7
parent1438bb7bb311d1dfe0ace71ec524d37803160367
Only initialize fields in the print_args that are actually used.

This prevents a memory leak where we were allocating for print_args.range
but never freeing.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43921 f5534014-38df-0310-8fa8-9805f1628bb7
tshark.c