I'm too lazy to comment this

Original commit message from CVS:
patch by tim, fix obvious crasher
This commit is contained in:
Thomas Vander Stichele 2005-01-04 13:57:03 +00:00
parent b4c13c896e
commit 06e1730270

View file

@ -406,7 +406,7 @@ gst_mms_uri_set_uri (GstURIHandler * handler, const gchar * uri)
return FALSE; return FALSE;
} }
g_free (protocol); g_free (protocol);
g_object_set (src, "location", uri); g_object_set (src, "location", uri, NULL);
return TRUE; return TRUE;
} }