gst/gsturi.c: Fix leak: g_strdown operates on the string in place, while g_ascii_strd...
authorTim-Philipp Müller <tim@centricular.net>
Sun, 20 Apr 2008 16:32:03 +0000 (16:32 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 20 Apr 2008 16:32:03 +0000 (16:32 +0000)
commit2109e33da1c155d5dbcdd80d7bd538611bac031e
tree393853205b1c422ad2463a7ba8d4a24161612320
parent83fc25314e2e0d95b4a53f5ad267a9d50b910d0f
gst/gsturi.c: Fix leak: g_strdown operates on the string in place, while g_ascii_strdown() returns a newly-allocated ...

Original commit message from CVS:
* gst/gsturi.c: (gst_uri_get_protocol):
Fix leak: g_strdown operates on the string in place, while
g_ascii_strdown() returns a newly-allocated string.
ChangeLog
gst/gsturi.c