mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
alsa: fix small caps leak
This commit is contained in:
parent
c6f55538e3
commit
6e054dfc3d
1 changed files with 1 additions and 0 deletions
|
@ -495,6 +495,7 @@ subroutine_error:
|
|||
{
|
||||
GST_ERROR_OBJECT (obj, "failed to query formats");
|
||||
snd_pcm_hw_params_free (hw_params);
|
||||
gst_caps_unref (caps);
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue