Fix small memory leak in PulseAudioVoiceEngine

This commit is contained in:
Luke Street 2021-06-11 21:54:05 -04:00
parent d302532fe1
commit cf06fe03e0
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ struct PulseAudioVoiceEngine : LinuxMidi {
m_mainloop = nullptr;
return;
}
pa_proplist_free(propList);
pa_operation* op;