Wireshark-commits: [Wireshark-commits] rev 31001: /trunk/wiretap/ /trunk/wiretap/: netscaler.c
Date: Wed, 18 Nov 2009 06:36:17 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=31001

User: guy
Date: 2009/11/17 10:36 PM

Log:
 If no error is returned by a Wiretap routine, err_info is presumed not
 to have been set.  Do not set it to something g_mallocated in that case,
 as that will cause a memory leak - the error string will not be freed by
 the caller, as it's presumed not to have been set.

Directory: /trunk/wiretap/
  Changes    Path           Action
  +2 -2      netscaler.c    Modified