I added dlclose()s in gpu_amd.cpp and gpu_nvidia.cpp. -- David
On 10/21/2015 3:23 AM, Christian Beer wrote:
Hi, I'm investigating a resource leak in client/gpu_amd.cpp where a dlopen() handle is leaked because there is no dlclose(). Is this intentional? The allocation happens on line 161 (local variable) and there is no dlclose() when the function exits on line 392. In general there are more dlopen() calls than dlclose() calls in the code and Coverity may have missed some more instances so we should also check other dlopen() calls. Regards Christian _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
_______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
