diff options
-rw-r--r-- | telepathy-glib/protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/protocol.c b/telepathy-glib/protocol.c index 88fdff382..25b36620b 100644 --- a/telepathy-glib/protocol.c +++ b/telepathy-glib/protocol.c @@ -1791,7 +1791,7 @@ _tp_protocol_parse_manager_file (GKeyFile *file, 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++) { |