2020-07-20 11:09:03

by Markus Elfring

[permalink] [raw]
Subject: Re: [PATCH] ath11k: Fix memory leak in ath11k_qmi_init_service()

> 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