mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
libs: util: Fix a memory leak in config_surface_attributes_get
This commit is contained in:
parent
6f8ea02b61
commit
51963b1a74
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ gst_vaapi_config_surface_attributes_get (GstVaapiDisplay * display,
|
|||
}
|
||||
}
|
||||
|
||||
g_free (surface_attribs);
|
||||
return attribs;
|
||||
|
||||
/* ERRORS */
|
||||
|
|
Loading…
Reference in a new issue