ao_pulse: plug a memory leak

This commit is contained in:
Ben Boeckel 2015-01-24 19:23:35 -05:00 committed by wm4
parent 9cba451949
commit b1d47786d8
1 changed files with 3 additions and 0 deletions

View File

@ -413,6 +413,9 @@ static int init(struct ao *ao)
&format, 1, proplist)))
goto unlock_and_fail;
pa_format_info_free(format);
format = NULL;
pa_proplist_free(proplist);
proplist = NULL;