mirror of https://github.com/AxioDL/boo.git
Fix small memory leak in PulseAudioVoiceEngine
This commit is contained in:
parent
d302532fe1
commit
cf06fe03e0
|
@ -129,6 +129,7 @@ struct PulseAudioVoiceEngine : LinuxMidi {
|
|||
m_mainloop = nullptr;
|
||||
return;
|
||||
}
|
||||
pa_proplist_free(propList);
|
||||
|
||||
pa_operation* op;
|
||||
|
||||
|
|
Loading…
Reference in New Issue