realmedia: Fix Memory leak in error case

https://bugzilla.gnome.org/show_bug.cgi?id=787014
This commit is contained in:
Satya Prakash Gupta 2017-08-30 18:41:28 +05:30 committed by Edward Hervey
parent 44f95a2579
commit c3cf7ab5c4

View file

@ -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: