Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a CFStringRef leak in RTMidi Port Name
In certain circumstances when building a compound port name (for instance, with an IAC bus), the string math to concatenate the bus and driver does not release one of the source strings, causing a CFStringRef leak on macOS. This fixes it by doing the appropriate CFRelease after string concatenation.
- Loading branch information