mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-23 01:44:22 +00:00
Linux: Fixed a potential use-after-free bug in the ALSA MIDI code
This commit is contained in:
parent
fefeba63b8
commit
5089f74305
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ public:
|
|||
|
||||
void deletePort (Port* port)
|
||||
{
|
||||
ports.remove (port->portId);
|
||||
ports.set (port->portId, nullptr);
|
||||
decReferenceCount();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue