URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=81cea3def7f184bb7901febc96c3f79e7bcf0b14
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
81cea3d by Tomasz Moń (desowin@xxxxxxxxx):
extcap: Do not free mutex and cond in thread_pool_wait()
The name does not suggest that variables are freed in any way. Free the
mutex and cond where they are initialized, ie. in extcap_run_all().
Change-Id: I4e2ffacd32a8ba74831682438baed52e714433bb
Reviewed-on: https://code.wireshark.org/review/33223
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from c52776d extcap: Fix memory leak in extcap_get_descriptions()
add 81cea3d extcap: Do not free mutex and cond in thread_pool_wait()
Summary of changes:
extcap.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)