1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-18 13:37:07 +00:00
termux-packages/x11-packages/telepathy-glib/telepathy-glib-protocol.c.patch

14 lines
374 B
Diff

https://github.com/termux/termux-packages/issues/15852
--- a/telepathy-glib/protocol.c
+++ b/telepathy-glib/protocol.c
@@ -1791,7 +1791,7 @@
i++;
}
- param_specs = g_ptr_array_new_full (i, tp_value_array_free);
+ param_specs = g_ptr_array_new_full (i, (GDestroyNotify)tp_value_array_free);
for (key = keys; key != NULL && *key != NULL; key++)
{