mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
realmedia: Fix Memory leak in error case
https://bugzilla.gnome.org/show_bug.cgi?id=787014
This commit is contained in:
parent
44f95a2579
commit
c3cf7ab5c4
1 changed files with 1 additions and 0 deletions
|
@ -647,6 +647,7 @@ create_request_failed:
|
|||
{
|
||||
GST_ELEMENT_ERROR (ctx, LIBRARY, INIT,
|
||||
("Could not create request."), (NULL));
|
||||
g_free (req_url);
|
||||
goto reset;
|
||||
}
|
||||
send_error:
|
||||
|
|
Loading…
Reference in a new issue