Wireshark-commits: [Wireshark-commits] rev 50423: /trunk/ui/cli/ /trunk/ui/cli/: tap-iostat.c
Date: Sat, 06 Jul 2013 21:55:11 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50423

User: eapache
Date: 2013/07/06 02:55 PM

Log:
 From Peter Hatina via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8888
 
 We're allocating an array of pointers, not an array of objects, so make the
 sizeof() reflect that to avoid over-allocating.

Directory: /trunk/ui/cli/
  Changes    Path            Action
  +1 -1      tap-iostat.c    Modified