mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
[683/906] feature: remove double free
This commit is contained in:
parent
25955212b8
commit
59ea354253
1 changed files with 2 additions and 1 deletions
|
@ -209,9 +209,10 @@ _gst_gl_feature_check (GstGLDisplay * display,
|
||||||
*(void **) ((guint8 *) gst_gl +
|
*(void **) ((guint8 *) gst_gl +
|
||||||
data->functions[func_num].pointer_offset) = func;
|
data->functions[func_num].pointer_offset) = func;
|
||||||
|
|
||||||
g_free (full_function_name);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
g_free (full_function_name);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
/* If the extension isn't found or one of the functions wasn't found
|
/* If the extension isn't found or one of the functions wasn't found
|
||||||
|
|
Loading…
Reference in a new issue