intel / idxd-config

Accel-config / libaccel-config
Other
56 stars 35 forks source link

Fixing memory leak by freeing driver_name in free_wq function #53

Closed abdelrahim-hentabli closed 4 months ago

abdelrahim-hentabli commented 4 months ago

Background

Found in QPL memory sanitizer check. Adding a missed free-ing of wq->driver_name in free_wq() function

Testing

Before Changes: image

After Changes: image

ramesh-thomas commented 4 months ago

This has been merged in the pending branch.