mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 07:38:16 +00:00
pulsesink: Free device_info in accepts caps
https://bugzilla.gnome.org/show_bug.cgi?id=719811
This commit is contained in:
parent
d585bd7bbd
commit
dc782af133
1 changed files with 2 additions and 0 deletions
|
@ -2390,6 +2390,8 @@ out:
|
|||
if (format)
|
||||
pa_format_info_free (format);
|
||||
|
||||
free_device_info (&device_info);
|
||||
|
||||
if (o)
|
||||
pa_operation_unref (o);
|
||||
|
||||
|
|
Loading…
Reference in a new issue