This is from a diff between 1.1.2 and 1.1.3:

@@ -55,13 +59,13 @@
                100 /* KB */, /* http_buffer_size */
                50, /* http_prebuffer */
                FALSE, /* use_proxy */
-               "", /* proxy_host */
+               NULL, /* proxy_host */
                0, /* proxy_port */
                FALSE, /* proxy_use_auth */
-               "", /* proxy_user */
-               "", /* proxy_pass */
+               NULL, /* proxy_user */
+               NULL, /* proxy_pass */
                FALSE, /* save_http_stream */
-               "", /* save_http_path */
+               NULL, /* save_http_path */
                FALSE, /* cast_title_streaming */
                FALSE /* use_udp_channel */
        },      

It was calling g_free on these static strings. I haven't been able to
convince configure to work for the new version yet, so i haven't tested
it.
 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=324783 was a similar
problem. The patch for that bug is now also included upstream.

Jan

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to