]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-contactinfo-utils.c
individual_view_drag_end: remove the auto scroll
[empathy.git] / libempathy-gtk / empathy-contactinfo-utils.c
index 9d07f3fa1c1a4489f3ac389b71615d9980f39d9a..695d1ee3c8a2ccf057ef18aeed422ecbbfc530c4 100644 (file)
@@ -206,7 +206,7 @@ build_parameters_string (GStrv parameters)
   g_ptr_array_add (output, NULL); /* NULL-terminate */
 
   join = g_strjoinv (", ", (char **) output->pdata);
-  g_ptr_array_free (output, TRUE);
+  g_ptr_array_unref (output);
 
   return join;
 }