Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python3: fix a memory leak in SCardGetStatusChange()
The memory used to store the reader name in SCardGetStatusChange() was leaking if Python 3 is used. So SCardGetStatusChange() and any higher level method using SCardGetStatusChange(), like CardMonitor(), was leaking memory. Thanks to valdur55 for the bug report "CardMonitor memory leak." #37
- Loading branch information