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
@ -647,6 +647,7 @@ create_request_failed:
|
|||||||
{
|
{
|
||||||
GST_ELEMENT_ERROR (ctx, LIBRARY, INIT,
|
GST_ELEMENT_ERROR (ctx, LIBRARY, INIT,
|
||||||
("Could not create request."), (NULL));
|
("Could not create request."), (NULL));
|
||||||
|
g_free (req_url);
|
||||||
goto reset;
|
goto reset;
|
||||||
}
|
}
|
||||||
send_error:
|
send_error:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user