ext/pulse/pulsemixerctrl.c: Don't leak the pa_operation.

Original commit message from CVS:
* ext/pulse/pulsemixerctrl.c:
Don't leak the pa_operation.
This commit is contained in:
Stefan Kost 2008-12-17 17:28:39 +00:00
parent 512a26ef77
commit bf0d9e34c2
3 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-12-17 Stefan Kost <ensonic@users.sf.net>
* ext/pulse/pulsemixerctrl.c:
Don't leak the pa_operation.
2008-12-16 Stefan Kost <ensonic@users.sf.net>
* configure.ac:

2
common

@ -1 +1 @@
Subproject commit 2c4d28a75c26e572b94a967901254caff83d85c4
Subproject commit 5dc8ae302733ce1aae5b1aaa613ce77a8ae4b3d9

View file

@ -270,6 +270,8 @@ gst_pulsemixer_ctrl_open (GstPulseMixerCtrl * c)
pa_strerror (pa_context_errno (c->context)));
goto unlock_and_fail;
}
pa_operation_unref (o);
o = NULL;
/* Get sink info */