aboutsummaryrefslogtreecommitdiffstats
path: root/caputils/capture-wpcap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-07-22 11:51:15 -0700
committerGuy Harris <guy@alum.mit.edu>2014-07-22 18:51:47 +0000
commit4261109e1e15ec16b3d38df9e6011d676a558487 (patch)
tree80511b35a8f247b26b9684cc06c28e2451dd6e01 /caputils/capture-wpcap.c
parent7bc24eda070aa695813fd46cff53b40c36330788 (diff)
Don't return an error string for NO_INTERFACES_FOUND.
Most callers of capture_interface_list() don't expect an error string for NO_INTERFACES_FOUND, because that's not really an error, it's just a statement of face (and perhaps an error of 0 should be returned), so they don't bother freeing the error string, causing a leak. Instead, have the one place that *did* expect it to return an error string just put "No interfaces found" itself. Also, have that place not check for an error string if interfaces *were* found, as no error code or string is returned in that case. Change-Id: I9cb8ed7ad22810b23e2251d2833d9b7ab02eec03 Reviewed-on: https://code.wireshark.org/review/3165 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'caputils/capture-wpcap.c')
0 files changed, 0 insertions, 0 deletions