[gnome-terminal] client: Fix typo



commit 3354008b9920a58da587fd7838ecc9bf40274863
Author: Christian Persch <chpe gnome org>
Date:   Fri Mar 30 19:45:38 2012 +0200

    client: Fix typo

 src/client.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/client.c b/src/client.c
index 6fb7a90..f9b51a7 100644
--- a/src/client.c
+++ b/src/client.c
@@ -679,7 +679,7 @@ handle_open (int *argc,
     option_data_free (data);
     return FALSE;
   }
-  g_clear_object (fd_list);
+  g_clear_object (&fd_list);
 
   if (data->wait) {
     WaitData wait_data;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]