View | Details | Raw Unified | Return to bug 272079
Collapse All | Expand All

(-)b/net-im/telepathy-glib/files/patch-telepathy-glib_protocol.c (+11 lines)
Added Link Here
1
--- telepathy-glib/protocol.c.orig	2021-01-26 15:23:28 UTC
2
+++ telepathy-glib/protocol.c
3
@@ -1791,7 +1791,7 @@ _tp_protocol_parse_manager_file (GKeyFile *file,
4
         i++;
5
     }
6
 
7
-  param_specs = g_ptr_array_new_full (i, tp_value_array_free);
8
+  param_specs = g_ptr_array_new_full (i, (GDestroyNotify) tp_value_array_free);
9
 
10
   for (key = keys; key != NULL && *key != NULL; key++)
11
     {

Return to bug 272079