Re: [PATCH] ath11k: Fix memory leak in ath11k_qmi_init_service()
From: Markus Elfring
Date: Mon Jul 20 2020 - 07:08:32 EST
> When qmi_add_lookup fail, we should destroy the workqueue
Can the following wording variant be nicer for the change description?
Destroy the work queue object in an if branch
after a call of the function âqmi_add_lookupâ failed.
Regards,
Markus