Closed Jakuje closed 5 months ago
The CFBundleName variable is assigned to 0-N driverTracker structures and when they are freed, its leaked.
This is not a huge issue, as I understand it, it happens only on-time, but this should make the static analyzers more happy.
Fixed in https://github.com/LudovicRousseau/PCSC/commit/63a9371eca5807e62df965127a5bce1e75667b3f Thanks
Thanks!
The CFBundleName variable is assigned to 0-N driverTracker structures and when they are freed, its leaked.
This is not a huge issue, as I understand it, it happens only on-time, but this should make the static analyzers more happy.