gssdp/gssdp_remove_gthread.patch
2008-08-12 19:02:13 +00:00

12 lines
329 B
Diff

--- tools/gssdp-device-sniffer.c.orig 2008-08-12 13:16:02.000000000 +0100
+++ tools/gssdp-device-sniffer.c 2008-08-12 13:16:15.000000000 +0100
@@ -596,8 +596,6 @@
{
GError *error;
- g_thread_init (NULL);
-
error = NULL;
client = gssdp_client_new (NULL, &error);
if (error) {